@charset "UTF-8";
.map_map {
    height: 550px;
    position: relative;
}
@media screen and (max-width:999px) {
  .map_map {
    height: 0;
    padding-bottom: 55%;
  }
}

.map_map iframe {
  position: absolute;
}