@media screen and (max-width: 1199px) {
		
	/* Chess Block Styles */
	
	.chess-block { position: relative; aspect-ratio: 1 / 1; }
	.chess-block .chess-block-content .front-side .front-side-title { font-weight: 700; position: absolute; display: inline-block; margin: 0; top: 40%; transform: translateY(-50%); left: 170px; right: 50px; }
	.chess-block .chess-block-content .front-side .front-side-counter { font-size: 15em; display: inline-block; font-weight: 900; transform: translatey(-50%); opacity: 0.8em; line-height: 1em; margin: 0; position: absolute; z-index: -1; top: 50%; left: 50px; }
	.chess-block-wrapper .row > div:nth-child(4n-1) .chess-block .chess-block-content .front-side, .chess-block-wrapper .row > div:nth-child(4n-2) .chess-block .chess-block-content .front-side { transform:none; }
	
	/* Column Card Styles */
	
	.column-card { margin-right: 0 !important; margin-left: 0 !important; padding: 1em; box-shadow: 0 0 1em rgba(0,0,0,0.4); }
	
}
