.tech-marquee-track{animation:tech-marquee 32s linear infinite;min-width:-moz-max-content;min-width:max-content}@keyframes tech-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tech-marquee-track:hover{animation-play-state:paused}