/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 560px; }
  .map_model img {
    max-width: none !important; }
    

.map {
        position: relative;
        padding-bottom: 139%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
@media (max-width: 1199px) {
.map {padding-bottom: 218%; // This is the aspect ratio}
}


  @media (max-width: 767px) {
    .map_model {
      height: 250px; } 
  .map {padding-bottom: 120%; // This is the aspect ratio}

  }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } 
  
    .map {padding-bottom: 120%; // This is the aspect ratio}
}
.map_locations {
  display: none; }
