@import '../settings/variables';
@import '../tools/mixins/breakpoints';

.c-map-wrapper {
  height: calc(100vh - #{$mobile-content-start-gutter});

  @include media-breakpoint-up(sm) {
    height: calc(100vh - #{$content-start-gutter});
  }
}
