@keyframes scroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.animate-scroll{animation:10s linear infinite scroll}.pause-on-hover:hover .animate-scroll{animation-play-state:paused}
