/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
}
.map_model {
  height: 450px;  
  background: url(../images/map_360_2.jpg) no-repeat center center;
  background-size: 100%;
}
.map_model a {
  max-width: 100% !important;  
  height: 300px;
  display: block;
}
@media (max-width: 767px) {
  .map_model {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}
