
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .main_nav {
      height: 82px !important;
    }
  }
}