.col-md-6.map {
  padding: 0px;
}

@media(min-width:992px) {
.col-md-6.location {
  background: white;
  height: 400px;
  width: 56%;
  position: absolute;
  left: 42%;
  bottom: 12%;
  padding-left: 102px;
  z-index: -1000;
  line-height: 21px;
}
}
@media(max-width:991px) {
.col-md-6.location {
  background: white;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: -18px;
}
}
@media(max-width:400px){
iframe { 
height:320px ;
}
}