/* .minislide {width:100%; height:0px; padding-bottom: 50%; overflow:hidden; position:relative; } */
/*  width:320px; height:491px; */

.minislide1 {width:427px; height:655px; overflow:hidden; position:relative; border: 1px solid transparent; }
.minislide1 img{ position:absolute; animation:minislide1 12s infinite; opacity:0; width: auto; height: 100%;}

@keyframes minislide1 {25%{opacity:1;} 40%{opacity:0;}}
.minislide1 img:nth-child(4){animation-delay:0s;}
.minislide1 img:nth-child(3){animation-delay:3s;}
.minislide1 img:nth-child(2){animation-delay:6s;}
.minislide1 img:nth-child(1){animation-delay:9s;}



.minislide2 {width:427px; height:655px; overflow:hidden; position:relative; }
.minislide2 img{ position:absolute; animation:minislide2 12s infinite; opacity:0; width: auto; height: 100%;}

@keyframes minislide2 {25%{opacity:1;} 40%{opacity:0;}}
.minislide2 img:nth-child(4){animation-delay:0s;}
.minislide2 img:nth-child(3){animation-delay:3s;}
.minislide2 img:nth-child(2){animation-delay:6s;}
.minislide2 img:nth-child(1){animation-delay:9s;}



.minislide3 {width:427px; height:655px; overflow:hidden; position:relative; }
.minislide3 img{ position:absolute; animation:minislide3 12s infinite; opacity:0; width: auto; height: 100%;}

@keyframes minislide3 {25%{opacity:1;} 40%{opacity:0;}}
.minislide3 img:nth-child(4){animation-delay:0s;}
.minislide3 img:nth-child(3){animation-delay:3s;}
.minislide3 img:nth-child(2){animation-delay:6s;}
.minislide3 img:nth-child(1){animation-delay:9s;}



.minislide4 {width:427px; height:655px; overflow:hidden; position:relative; }
.minislide4 img{ position:absolute; animation:minislide4 12s infinite; opacity:0; width: auto; height: 100%;}

@keyframes minislide4 {25%{opacity:1;} 40%{opacity:0;}}
.minislide4 img:nth-child(4){animation-delay:0s;}
.minislide4 img:nth-child(3){animation-delay:3s;}
.minislide4 img:nth-child(2){animation-delay:6s;}
.minislide4 img:nth-child(1){animation-delay:9s;}
