In this answer I found the next @media
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
The CSS inside this media will be executed only in IE.
Can you please suggest the opposite CSS? that will execute in any browser except IE (I'm interested in IE 11)