.scroller-container{animation:scroll 15s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}