.gge-apac-map-static-embed {
  position: relative;
  width: 100%;
  max-width: var(--gge-apac-static-maxw, none);
  margin-left: auto;
  margin-right: auto;
  height: var(--gge-apac-static-height, 660px);
  min-height: 0;
  overflow: hidden;
  background: #f5f7f3;
}

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

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