.ms-header,
	.ms-filter,
	.ms-content,
	.ms-widget > a { display: none !important; }
	.ms-info { padding: 0 !important; border: none !important; justify-content: space-between; display: flex !important; flex-wrap: nowrap; }
	.ms-info.alt { position: absolute; top: 0; left: 100%; width: 100%; }
	.ms-frame.ms-dark .ms-widget,
	.ms-frame .ms-widget { background: transparent !important; }
	.ms-frame { padding: 0 !important; }
	.ms-el { display: flex; padding: 10px 0; flex: none !important; margin: 0 !important; }
	.ms-el * { display: inline !important; vertical-align: middle; color: #fff !important; ertical-align: middle; margin: 0; }
	.ms-el .ms-small { font-size: 16px !important; margin: 0 !important; padding: 1px 20px 1px 0; }
	.ms-widget { position: relative; }

	@media (max-width: 1200px) {
	    .ms-info { justify-content: space-around; }
	    .ms-widget { animation: marquee 30s infinite linear; }
	}
	@keyframes marquee {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(-100%);
		}
	}