.googleMapCanvas {
    width: 100%;
    border: 0 none;
    height: 400px;
}

@media screen and (max-width: 992px) {
    .googleMapCanvas {
        height : 200px !important;
    }
}

.googleMapCanvas img {
    max-width: none !important;
}