
.map-frame {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.map-frame::before{
    padding-top: 75%;
    display: block;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.map-area-none {
    display: none !important;
}
@media (min-width: 992px){
.map-area-block {
display: block !important;
}
}



@media only screen and (max-width: 576px){
    .map-frame{
        height: 500px;
    }
}

