




@media (max-width: 1200px) {
}
@media (min-width: 1200px) {}

}
@media (min-width: 980px) and (max-width: 1199px) {
	
}

@media (max-width: 979px) {
	
	.item-page { width: 80%; margin:0 auto; display:table;}
}
@media (max-width: 767px) {
	.item-page { width: 100%; margin:0 auto; display:table;}
	
	
}	
@media (max-width: 480px) {
	
	
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: landscape) {

 

}
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}
