IE Media Query

PHOTO EMBED

Thu Apr 15 2021 19:44:39 GMT+0000 (Coordinated Universal Time)

Saved by @mmerkley #javascript

//IE 10 - 11 Fixes - NESTING DOES NOT WORK
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { 

}
content_copyCOPY