.fullwidth-embed-map {
    width: 100%;
}

.fullwidth-embed-map .iframe-wrap {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.fullwidth-embed-map .iframe-wrap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 425px) {
    .fullwidth-embed-map .iframe-wrap iframe {
        width: unset;
        height: unset;
        min-width: 120%;
        min-height: 360px;
    }
}