@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */
    .c-logo {
        /* outline:1px solid red; */
    
        width: 220px!important;
            height: auto!important;
    }
 }