@media screen and (max-width: 991px) {
	
	
	.page-layer-wrapper.archive-placeholder .page-layer { min-height: 60vh; background: none; height: auto; }
	.page-layer-wrapper .page-layer-animation .page-layer .page-layer-shadow, .page-layer-wrapper .page-layer-animation .page-layer .page-layer-main { transform: translateX(-50%) translateY(-5%) scale(1); }
	
	.chess-block{ margin-bottom: 2em; }	
	.chess-block .chess-block-content .front-side, .chess-block .chess-block-content .back-side { border: none; }	
	
	.chess-block-wrapper .row > div .chess-block .chess-block-content .front-side { background: linear-gradient(to right, rgba(var(--green-gradient-dark-rgb),0.8), rgba(var(--green-gradient-light-rgb), 0.8)); z-index:5; border-radius:3em; }
	.chess-block-wrapper .row > div .chess-block .chess-block-content .front-side .front-side-counter { color:#fff !important; }
	.chess-block-wrapper .row > div:nth-child(4n) .chess-block .chess-block-content .front-side .front-side-counter, .chess-block-wrapper .row > div:nth-child(4n-3) .chess-block .chess-block-content .front-side .front-side-counter { background: #fff; -webkit-background-clip: text; -webkit-text-fill-color: #fff; }
	
	/* Info Pointer */
	
	.info-pointer.long-4 > span{ min-width:450px; }
	.info-pointer.long-3 > span{ min-width:350px; }
	.info-pointer.long-2 > span{ min-width:275px; }
	.info-pointer.long-1 > span{ min-width:175px; }
	
	.info-pointer > span { min-width:100px; }
		
	/*.info-pointer > span > span:before { width:50px; height:50px;}
	.info-pointer > span > span:after { width:30px; height:30px; }
	
	.info-pointer.ltr > span > span::before { bottom: -34px; left: -65px; z-index: 10; }
	.info-pointer.rtl > span > span::before { bottom: -34px; right: -65px; z-index: 10; }
	.info-pointer.rtl.down > span > span::after { bottom: -56px; left: -76px; z-index: 10; }
	.info-pointer.ltr.up > span > span::after { bottom: 5px; right: -83px; z-index: 10; }	*/
	
	.people-gallery .people-image-wrapper li { width: 50%; margin: 0 calc(-.5 * var(--bs-gutter-x)); }
	
	.snap-slider-element-block-content .snap-slider-element-block-front h2 { overflow:auto; overflow-x:hidden; overflow-y:hidden; }
}
