.stock-ticker-wrapper{animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes scroll-rtl{0%{transform:translateX(0)}to{transform:translateX(100%)}}[dir=rtl] .stock-ticker-wrapper{animation:scroll-rtl 30s linear infinite}.stock-ticker-container:hover .stock-ticker-wrapper{animation-play-state:paused}@media (max-width:767px){.stock-ticker-wrapper{animation:scroll 15s linear infinite}[dir=rtl] .stock-ticker-wrapper{animation:scroll-rtl 15s linear infinite}}