@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.animate-scroll{animation:scroll 40s linear infinite;white-space:nowrap}@media (max-width:768px){.animate-scroll{animation-duration:25s}}