@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-1 * (8 * (180px + 2 * 1.5rem))))}}.animate-scroll{animation:scroll 30s linear infinite}.pause-animation:hover{animation-play-state:paused}