@media screen and (max-width:992px) {
  .absolute-wrapper {
    height: auto !important;
  }
}

@media screen and (min-width:992px) {
  #menu-header-menu {
    display: flex !important;
  }
  .second-head-line .bar-sign,
  .second-head-line .close-sign {
    display: none !important;
  }
}

/* Make all text have font-weight 300 */
* {
  font-weight: 300;
}
