@supports (-webkit-overflow-scrolling: touch) {
  	.parallax_img {
		transform: none !important;
		-webkit-transform: none !important;
		margin: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	.hp_background {
		transform: none !important;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
	}
	.speed-1 {
		transform: none !important;
		-webkit-transform: none !important;
		width: 100%;
		/*height: auto !important;*/
	}
	#nav {
    	background-color: #152B27;
    	opacity: 1;
    	width: 100%;
    	padding: 30px;
	}
	.top_logo {
		opacity: 1 !important;
	}
	#logo_center {
		/*display: none;*/
		/*width: 60%;*/
		width: 200%;
		transform: none;
	}
	img#logo_center {
		/*width: 50%;*/
	}
}