<style>.track-horizontal-alt { position: absolute; white-space: wrap; will-change: transform; animation: marquee-horizontal-alt 40s linear infinite; /* manipulate the speed of the marquee by changing "40s" line above*/ }@keyframes marquee-horizontal-alt { from { transform: translateX(-50%); } to { transform: translateX(50%); } }</style>
By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.