.slideshow{position:absolute;width:100vw;height:100vh;opacity:.7;overflow:hidden;z-index:-1}.slideshow-image{position:absolute;width:100%;height:100%;background:no-repeat 50% 50%;background-size:cover;animation-name:slideanim1;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:18s;opacity:0;transform:rotate(-2deg) scale(1.3)}.slideshow-image:nth-child(1){animation-delay:0s}.slideshow-image:nth-child(2){animation-delay:6s}.slideshow-image:nth-child(3){animation-delay:12s}@keyframes slideanim1{0%{transform:rotate(-2deg) scale(1.3);opacity:0}20%{transform:rotate(0deg) scale(1.2);opacity:1}40%{transform:rotate(2deg) scale(1.1);opacity:1}60%{transform:rotate(4deg) scale(1);opacity:0}}