/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
  height: auto;
  color: #000000;
}
.map .map_wrap {
  position: absolute;
  top: -5px;
  bottom: -1px;
  left: -100px;
  right: -100px;
  clip: rect(0, auto, 600px, 0);
  background: #000000;
}
.map .map_model {
  position: absolute;
  top: -103px;
  height: auto;
  bottom: -101px;
  left: 0;
  right: 0;
  background: #000000;

}
.map .map_model img {
  max-width: none !important;
}
.map_locations {
  display: none;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
  .map .iw-content p {
    max-width: 200px;
  }
}

.map-2 {
  height: 542px;
  color: #000000;
}
.map-2 .map_model {
  width: 100%;
  height: 100%;
}
.map-2 .map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map-2 {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map-2 {
    height: 200px;
  }
}
