body::before{
    display: block;
    content: '';
    height: 60px;
}

#map {
    width:100%;
    height: 100%;
    border-radius: 10px;
}


.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  
  .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }