@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll-left{animation:scroll-left 30s linear infinite}.animate-scroll-left:hover{animation-play-state:paused}@media (max-width:768px){.animate-scroll-left{animation-duration:20s}}