.map-wrapper {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%
}

.map-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat url(/_nuxt/64f6320-64.jpg);
    background-size: cover;
    filter: blur(15px) saturate(1.5);
    z-index: -1
}

.map-wrapper .gmap-outer {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%
}

.map-wrapper .gmap-outer .gmap-frame {
    margin: 0;
    border: 0;
    height: 100%
}

.map-wrapper .gmap-outer .gmap-static img {
    height: 100%;
    object-fit: cover
}