 #iframe-map{
    height: calc(100vh - 60px)
 }
 @media(max-width:768px){
   #iframe-map{
      height: calc(100vh - 190px)
   }
 }