.map-iframe-wrapper {
width:100%;
    position: relative;
    padding-bottom: 60.45%;
    padding-top: 60px;
    height: 0;
    
}
@media (max-width: 815px){
.map-iframe-wrapper {
    padding-bottom: 100%;   
}
}
.map-iframe-wrapper iframe {
border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
overflow: auto;
}
