.acf-map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
    max-width: inherit !important;
}

/* OpenStreetMap / Leaflet styles */
.osm-map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.osm-map img {
    max-width: inherit !important;
}