<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 768px) and (max-width: 960px) {
	#slider_wrapper { width: 731px; height: 336px; overflow: hidden; }
}
@media only screen and (max-width: 767px) {
	#slider_wrapper { width: 300px; height: 190px; overflow: hidden; margin: 0; margin-top: 0; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#slider_wrapper { width: 440px; height: 283px; overflow: hidden; margin: 0; margin-top: 10px; }
}</pre></body></html>