.marquee-container{width:100%;max-width:500px;overflow:hidden;white-space:nowrap}@media screen and (max-width:500px){.marquee-text{display:inline-block;padding-left:100%;animation:marquee 10s linear infinite}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}