nav>.content>.logo {
    width: 196px;
}
/* стили только для IE10 IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    nav>.content>.logo {
        width: 196px;
    }
}