.slideshow{position:relative;width:100%;height:100%;margin:auto;}.slideshow>img{position:absolute;width:inherit;height:inherit;}.slideshow[data-scroll="yes"] img:nth-of-type(1){animation-name:fader;animation-delay:4s;animation-duration:1s;z-index:20;}.slideshow[data-scroll="yes"] img:nth-of-type(2){z-index:10;}.slideshow[data-scroll="yes"] img:nth-of-type(n+3){display:none;}@keyframes fader{from{opacity:1.0;}to{opacity:0.0;}}