@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .map-illustration__dots {
        top: -2px;
        left: -10px;
    }
    
    .map-illustration__map,
    .map-illustration__dots {
        display: none;
    }
    #ieMap {
        display: block !important;
        margin: 0 auto;
    }
    .map-illustration__inner {
        padding-bottom: 0 !important;
    }
}
