<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-home {
	z-index: 1;
	margin-bottom: 30px;
}
.banner-home img {
	width:100%;
}
.same-ratio {
	position: relative;
}
 .same-ratio::after {
 content: '';
 display: block;
 padding-top: 29.64%;
}
.same-ratio-content {
	overflow:hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
 @media all and (max-width: 768px) {
 .same-ratio::after {
 padding-top: 70.59%;
}
}
</pre></body></html>