<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mt-image-holder{
	overflow:auto;
}

.mt-popup-image{
	max-width:530px;
	height:auto;
	max-height:600px;
}

@media screen and (max-width: 600px) {
	.mt-popup-image{
		max-width:250px;
	}
}

@media screen and (max-height: 600px) {
	.mt-popup-image{
		max-height:450px;
	}
}
</pre></body></html>