@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll{animation:scroll 30s linear infinite;width:-moz-fit-content;width:fit-content}.animate-scroll:hover{animation-play-state:paused}