/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
}
.map_model {
  height: 456px;
}
.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;
}
* + .map_model {
  margin-top: 33px;
}
.map + p {
  margin-top: 38px;
  color: #9f9f9f;
}


/*
 *
 */
.google-maps {
  position: relative;
  padding-bottom: 56.25%;  /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
