.section-location {
    height: 420px;
    position: relative;
}

.section-location #googlemaps {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 992px) {
    .section-location {
        height: 320px;
    }
}