/* EDGE (supports nest media query) */
@supports (-ms-ime-align: auto) {}
/* IE (no media query) */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* IE with media query BELOW */
@media all and (max-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {}