@media only screen and (min-width: 992px){.mobileview{display:none}}@media only screen and (max-width: 600px){.webview{display:none}aside{width:100%!important}}.marquee-wrapper{overflow:hidden;width:100%}.marquee{display:flex;width:-moz-max-content;width:max-content;animation:scroll 60s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee:hover{animation-play-state:paused}
