#map-contents {
  width: 100%;
  height: auto;
  max-width: 768px;
  margin: 0 auto;
}

#gmap-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  border: solid 1px #999;
  box-sizing: border-box;

  & + .table {
    margin-top: 40px;
  }
}
