html {
  overflow: hidden;
}

.webmall-map-container {
  width: 100%;
  height: calc(100dvh - 98px);
}

@media (max-width: 767px) {
  .webmall-map-container {
    height: calc(100dvh - 73.22px);
  }

  .nav-holder {
    display: none !important;
  }
}
