/*==================  GOOGLE MAP  ======================*/

/*added for harwood map to make responsive*/



   .map-responsive{
    overflow:hidden;
    padding-bottom:36.25%; /*controls height was 56.25 to match 16:9 ratio*/
    position:relative;
    height:0;
    margin-top:40px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.map {
  position: relative;
}
.map_model {
  height: 472px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  /*display: none;*/
}
