.scroll-track{display:flex;width:max-content;justify-content:center;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-20%)}}@keyframes scroll-right{0%{transform:translateX(-20%)}to{transform:translateX(0)}}.animate-scroll-left{animation-name:scroll-left;animation-timing-function:linear;animation-iteration-count:infinite}.animate-scroll-right{animation-name:scroll-right;animation-timing-function:linear;animation-iteration-count:infinite}.pause-on-hover:hover{animation-play-state:paused}