<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.z_banner img{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width:765px ) {
	.z_banner img:first-child{display: none;}
}
@media only screen and (min-width: 766px) {
	.z_banner img:last-child{display:none;}
}
</pre></body></html>