.img-map-right-column {
  @extend %flexbox-column;
  width: auto;

  @include breakpoint(sm) {
    flex-basis: 40%;
    padding-bottom: 0;
    padding-left: $margin-normal;
  }
}

.overview-map-container {
  @extend %flexbox-column;
  flex-grow: 1;

  a.static-map {
    margin-left: 0;

    img {
      width: 100%;
      height: auto;
    }
  }
}

.overview-map {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
