section.google-map .acf-map {
    width: 100%;
    height: 400px;
}

section.google-map .acf-map img {
    max-width: inherit !important;
}


/* MEDIA */

@media only screen and (max-width: 991px) {
    section.google-map .acf-map {
        height: 575px;
    }
}

/* ( < 991 ) */
