.slideshow{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;animation:fade 4s ease-in-out infinite alternate}.slideshow:first-child{animation-delay:0s}.slideshow:nth-child(2),.slideshow:nth-child(3){animation-delay:4s}@keyframes fade{0%{opacity:0}to{opacity:1}}