<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pm &gt; a &gt; img {
	width: 100%;
	height: 380px;
}
.scroll {
	background: #E6E7E8;
	padding: 5px 0px 0px 0px;
}

.scroll &gt; h3 {
	font-weight: bold;
	font-size: 22px;
    line-height: 22px;
}

marquee {
	padding: 5px;
}

@media(max-width: 480px){
	iframe {
		height: 215px !important;
	}
	.scroll {
		margin: 0px 0px 40px 0px;
	}
	.pm &gt; a &gt; img {
		width: 100%;
		height: 215px;
	}
}
</pre></body></html>