/* CSS Document */

section img{
	float:right;
	margin-left:10px;
	width:30%;
}

.googlemap{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



@media only screen and (max-width:640px){
section img{
	float:none;
	margin-left:0;
	width:100%;
}
}