.marquee-rtl{max-width:1100px;margin:10px auto;-webkit-box-shadow:0 0 10px 0 #cecece;box-shadow:0 0 10px 0 #cecece;overflow:hidden;background-color:#fff;padding:8px}.marquee-rtl a{color:#983635;text-decoration:none}.marquee-rtl a:hover{text-decoration:underline}.marquee-rtl>:first-child{display:inline-block;padding-right:2em;padding-left:100%;white-space:nowrap;animation:defilement-rtl 25s infinite linear}.marquee-rtl:hover :first-child{animation-play-state:paused}@keyframes defilement-rtl{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}@media only screen and (max-width:640px){.marquee-rtl{display:none}}