.image-fader img{animation:imagefade 8s linear infinite,mymove 24s linear infinite;inset:0;position:absolute}@keyframes mymove{0%{scale:1}75%{scale:1.2}to{scale:1}}@keyframes imagefade{0%{opacity:1}17%{opacity:1}25%{opacity:0}92%{opacity:0}to{opacity:1}}.image-fader img:first-of-type{animation-delay:6s}.image-fader img:nth-of-type(2){animation-delay:4s}.image-fader img:nth-of-type(3){animation-delay:2s}.image-fader img:nth-of-type(4){animation-delay:0s}
