/*----------------------------------+
 | Site: Regional Housing Solutions |
 | Part: IE stylesheet              |
 +----------------------------------*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Basics */
    img[src *= ".svg"] { height: auto; width: 100% !important; }
    
    /* Content */
        /* Grids */
        .grid { display: flex; flex-wrap: wrap; justify-content: space-between; }
        .grid-2 li { width: 48%; }
        .grid-3 li { width: 31%; }
        .grid-4 li { width: 23%; }
        .grid-5 li { width: 18%; }
        .grid-6 li { width: 14%; }
        
        /* Header */
        #logo img { width: 37px !important; }
        
        /* Logos */
        .logos img { max-height: 80px !important; }
        .logos-small img { max-height: 80px !important; }
}