/* tablet portrait */



@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	



  
}



/* tablet landscape */

@media (min-width: 851px) and (max-width: 1024px) and (orientation: landscape) {
	

  
}