@charset "utf-8";

html {
  background: none;
}

.g-page-modal #g-header,
.g-page-modal #g-footer {
  display: none;
}

.g-page-modal #g-pagetop {
  display: none !important;
}

#map_canvas {
  width: 350px;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .g-modal_el .g-media_left {
    float: none;
    margin: 0 0 20px;
  }
  #map_canvas {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #map_canvas {
    height: 200px;
  }
}
