.map-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%; 
}
.google-map  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media only screen and (max-width:767px) {
    .google-map  {position: relative;}
    #column-a9ae2a3bf5b149c12020a5989738e0fc > div > div > div > p {text-align:left !important;}
} 