@media (max-width: 1199px) {
	
	
}
/*max-width: 1199px*/

@media (max-width: 991px) {
	.game-week-img {
		margin-top: 2.5em;
	}
	.game-week-img img {
		width: 100%;
	}
	.game-block {
		height: 16.5em;
	}
	.footer {
		height: auto;
		padding: 1em 0;
	}
	
}/*max-width: 991px*/
	
@media (max-width: 767px) {
	.game-week-img img {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
}/*max-width: 767px*/

@media (max-width: 575px) {
	body {
		font-size: 14px;
	}
	.title {
		font-size: 3em;
		line-height: 1;
	}
	.footer {
		text-align: center;
	}
	.footer__link {
		display: block;
		padding: 1em 0;
	}
	.options-description,
	.content-post {
		margin-top: 1.65em;
	}
	
}/*max-width: 575px*/

@media (max-width: 480px) {
	.game-code iframe {
		height: 18.25em!important;
	}
	
}/*max-width: 480px*/

@media (max-width: 375px) {
	.game-code iframe {
		height: 12.25em!important;
	}
	
}/*max-width: 375px*/