.gge-apac-map-embed {
  position: relative;
  width: 100%;
  height: var(--gge-apac-height, 660px);
  min-height: 0;
  overflow: hidden;
  background: #020604;
}

.gge-apac-map-embed__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020604;
}

@media (max-width: 767px) {
  .gge-apac-map-embed {
    height: var(--gge-apac-mobile-height, 720px);
  }
}
