/*================================================================================================================================================ */
/*================================================================================================================================================ */
/*------------ media rules ------------- */
@media screen and (max-width:1700px){

}

@media screen and (max-width: 1680px) {
	
}

@media screen and (max-width:1600px){
	

}
@media screen and (max-width:1450px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1280px){
		
}

/*====================================== LANDSCAPE =====================================================*/
/*=====================================================================================================*/
/*=====================================================================================================*/


@media (max-width:1024px) and (min-aspect-ratio: 13/9){
	
}

@media (max-width:966px) and (min-aspect-ratio: 13/9){
	
}

@media (max-width:800px) and (min-aspect-ratio: 13/9){

}

@media (max-width:670px) and (min-aspect-ratio: 13/9){
	
}
@media (max-width:640px) and (min-aspect-ratio: 13/9){
	
}
	
@media (max-width:480px) and (min-aspect-ratio: 13/9){
	
}

/*====================================== PORTRAIT =====================================================*/
/*=====================================================================================================*/
/*=====================================================================================================*/


@media  screen and (max-width:1024px) and (max-aspect-ratio: 13/9){
	
}

@media  screen and (max-width:800px) and (max-aspect-ratio: 13/9){
	
}
@media  screen and (max-width:768px) and (max-aspect-ratio: 13/9){
	
}
@media  screen and (max-width:610px) and (max-aspect-ratio: 13/9){
	
}		
	
@media  screen and (max-width:480px) and (max-aspect-ratio: 13/9){
	
}
@media  screen and (max-width:425px) and (max-aspect-ratio: 13/9){
	
}	
@media  screen and (max-width:390px) and (max-aspect-ratio: 13/9){

}	
@media  screen and (max-width:365px) and (max-aspect-ratio: 13/9){
	
}
@media screen and (max-height:343px) and (max-aspect-ratio: 13/9) {
	
}	

@media screen and (max-width:340px){
	
	
}

