.marquee-container{position:relative;height:3rem;width:100%;overflow:hidden}.marquee-content{white-space:nowrap}.marquee-content,.marquee-item{display:inline-block;height:100%}.marquee-item{margin-bottom:-1px;background-size:auto;background-repeat:repeat-x}@keyframes marquee{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (min-width:768px){.ticker-richtext *{width:100%}}@media (max-width:767px){.ticker-richtext *{text-align:left!important}}