@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .header-inner{
    display: block !important;
  }
  .header-brand {
    float: left !important;
  }
  .navbar {
    display: block !important;
  }
}