.marquee{display:flex;width:-moz-max-content;width:max-content;animation:marquee 40s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee{animation:none}}