<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* responsive - mobile phone */
@media (max-width: 1023px) {
	#tab-description img, #tab-description iframe {
		width: 100% !important;
		height: auto !important;
	}
	
	#tab-description table {
		width: 100% !important;
	}
	
	.banner div img {
    width: 100% !important;
	height: auto !important;
}
}

.mc-modal {
    z-index: 10000 !important;
}</pre></body></html>