@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .geofield-google-map .gm-style > div > div > div > div > div {
    opacity: 1 !important;
  }

  .geofield-google-map .gm-style > div > div > div > div > div > img {
    width: 14px !important;
    height: 14px !important;
  }

  .geofield-google-map .gm-style > div > div > div > div > div > img[role='presentation'] {
    width: inherit !important;
    height: inherit !important;
  }
}
