@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{animation:scroll 40s linear infinite}.animate-scroll-slow{animation:scroll 60s linear infinite}.animate-scroll-fast{animation:scroll 30s linear infinite}.animate-scroll-fast:hover,.animate-scroll-slow:hover,.animate-scroll:hover{animation-play-state:paused}