
@media screen and (max-width: 480px) {
	 #pagewrap {
	 width:100%;
	}
	.app_download{
	 width:100%;
	}		
		/* disable webkit text size adjust (for iPhone) */
		html {
	 -webkit-text-size-adjust: none;
	}
	.download_wrap {
		height: 574px;
	}
}
 @media screen and (max-width: 320px) {


}
