/*********************
BREAKPOINTS
*********************/
.map-canvas {
  height: 300px;
  position: relative;
  margin-top: 60px;
}
.map-canvas iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .map-canvas {
    margin-top: 0;
    height: 75vh;
  }
}
