@CHARSET "UTF-8";

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	body {
		background-image:none;
	}
	#mobile_frame {
		background-image:url(../images/intro/ZVEI_Intro2013_bkg.jpg);
		background-repeat: no-repeat;
		background-position:center; 
		min-width:1163px;
		height: 872px;
		position:relative;
		margin-top:-25px;
	}  	
	#distance {
		display:none;
	}
	#viewport {
		top: 100px;
		width:1163px;
		height: 872px;
	}

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  	body {
		background-image:none;
  	}
	#mobile_frame {
		background-image:url(../images/intro/ZVEI_Intro2013_bkg.jpg);
		background-repeat: no-repeat;
		background-position:center; 
		min-width:1163px;
		height: 1550px;
		position:relative;
	}  	
	#distance {
  		display:none;
	}
	#viewport {
		top:439px;
		width:1163px;
		height: 1550px;
	}
	
}