.marquee-container{overflow:hidden;white-space:nowrap;width:100%;background:transparent}.marquee-content{display:inline-block;padding-left:100%;animation:marquee 100s linear infinite}.marquee-class-container{overflow:hidden;white-space:nowrap;width:100%;background:transparent}.marquee-class-content{display:inline-block;padding-left:100%;animation:marquee 70s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}