@charset "utf-8";
/* CSS Document */
.banner4Mobile {
	background-image: url("../images/banner02AH.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	}

@media only screen and (max-width: 480px) {
	.banner4Mobile {
		background-image: url("../images/banner02AHmobile.jpg");
		height: 490px;
	    }
	}
}
