.map-section .map {
    position: relative;
    padding-bottom: 47.25%;
}   
.map-section .map iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}