.map-responsive{
    position: relative;
    padding-bottom: 30%; 
    height: 0;
    overflow: hidden;
}
.map-responsive iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}