@supports not (-ms-high-contrast: none) {
    .hidden-modern-browsers {
        display: none;
    }
}
