@keyframes marquee{0%{transform:translateX(0);animation-timing-function:ease}to{transform:translateX(-100%)}}.marquee{animation:marquee 10s linear infinite}.marquee img{height:30vh;width:16vw}@media (min-width:768px){.marquee img{width:10vw}}@media (min-width:1280px){.marquee img{width:6vw}}