<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-img-fixed {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/sports/soccer/home_image.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 600px;
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

@media all and (min-width:1100px) and (max-width:1400px) {
	.bg-img-fixed-content {
		padding-top: 100px;
		height: 450px;
	}

	.bg-img-fixed {
		background-size: 100% 450px;
		height: 450px;
	}
}

@media all and (min-width:610px) and (max-width:1099px) {
	.bg-img-fixed-content {
		padding-top: 100px;
		height: 450px;
	}

	.bg-img-fixed {
		background-size: 100% 450px;
		height: 450px;
	}

	.bg-white {
		padding: 20px 0;
	}
}

@media all and (min-width:500px) and (max-width:609px) {
	.bg-img-fixed-content {
		padding-top: 40px;
		height: 300px;
	}

	.bg-img-fixed {
		background-size: 100% 300px;
		height: 300px;
	}

	section.home-promo h2.titlepro span.upper {
		font-size: 24px;
	}

	section.home-promo h2.titlepro span.middle {
		font-size: 30px;
	}

	section.home-promo h2.titlepro span.bottom {
		font-size: 20px;
	}

	.bg-white {
		padding: 20px 0;
	}
}


@media all and (max-width:499px) {
	.bg-img-fixed-content {
		padding-top: 20px;
		height: 300px;
	}

	.bg-img-fixed {
		background-size: 100% 300px;
		height: 300px;
	}

	section.home-promo h2.titlepro span.upper {
		font-size: 20px;
	}

	section.home-promo h2.titlepro span.middle {
		font-size: 28px;
	}

	section.home-promo h2.titlepro span.bottom {
		font-size: 18px;
	}

	.bg-white {
		padding: 20px 0;
	}
}
</pre></body></html>