/* Google Map */
.google-map {
  position: relative;
  height: var(--iframe-h, 500px);
}
.google-map iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}