.tui-hotel-map {
  border: $margin-half solid $color-white;
  border-radius: $border-radius-normal;
  box-shadow: 0 1px 0 0 rgba($color-black, .1);
  width: 100%;
  overflow: hidden;

  img {
    margin-bottom: -#{$margin-half};
    width: 100%;
  }
}

.tui-modal {
  .tui-hotel-map {
    height: 400px;

    @include breakpoint(sm) {
      height: 600px;
    }
  }
}
