I currently have following width specific media query.
@media only screen and (max-width: 1920px) { .toggleMultiSelect .filter { width: 566px;
Use the below css inside the media query
IE 10 and above
_:-ms-lang(x), .ie10up { property:value; }
IE 11 and above
_:-ms-fullscreen, :root .CLASS_NAME { property:value; }