@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{animation:scroll 40s linear infinite;display:flex;width:max-content}.animate-scroll img{filter:brightness(.8);transition:transform .3s ease}.animate-scroll img:hover{transform:scale(1.1)}.animate-scroll:hover{animation-play-state:paused}