.vta-leaflet-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #e7eef1;
  color-scheme: light;
}
.vta-leaflet-frame--overview {
  min-height: 650px;
  height: 650px;
}
.vta-leaflet-frame--project {
  min-height: 480px;
  height: 480px;
}
.map-stage,
.project-map-wrap {
  background: #e7eef1 !important;
}
.map-loading {
  z-index: 4;
}
@media (max-width: 760px) {
  .vta-leaflet-frame--overview {
    min-height: 540px;
    height: 540px;
  }
  .vta-leaflet-frame--project {
    min-height: 430px;
    height: 430px;
  }
}
