/* Large Devices, Wide Screens */




@media only screen and (max-width : 1500px) {

	.elem-02 {
		
		left: 7%;
	}

	.game-ui {
		
		top: 50%;
		
	
		left: 5%!important;
	}
	

	
.person {

	top: 10%;
	
	right: 10% !important;
}

.elem-03 {

	top: 50%;
	z-index: 111;

	right: 0%;
	
}


}

@media only screen and (max-width : 1400px) {}



@media only screen and (max-width : 1300px) {

	.slice-left {
	
		top:25%;
		z-index: 1;
		left: 20%;
	
		
	}

	.slide-content-left { padding: 40px !important;}

	.slide-content-left h1  { font-size: 36px !important;}


}




@media only screen and (max-width : 1100px) {

	.elem-01 {
	
		top: 9%;
		z-index: 1;
	
		right: 10%;
		
	}
	

}



@media only screen and (max-width : 1000px) { }



	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {}


	@media only screen and (max-width : 768px) {}


	@media only screen and (max-width : 576px) {}

	@media only screen and (max-width : 480px) {}







	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {}