.googlemap {
	position: relative;
	padding-bottom: 300px; /* 4:3 ratio*/
	height: 0;
	overflow: hidden;
}

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