@keyframes marquee-right{0%{transform:translateX(-10%)}to{transform:translateX(0)}}.marquee-container{position:relative;overflow:hidden;width:100%}.animate-marquee{animation:marquee-right 5s linear infinite;display:flex;flex-wrap:nowrap;width:max-content}.animate-marquee:hover{animation-play-state:paused}@media (max-width:768px){.animate-marquee{animation:marquee-right 5s linear infinite}}@media (max-width:480px){.animate-marquee{animation:marquee-right 3s linear infinite}}