@media (max-width: 760px) {
  .header-main {
    position: relative;
  }

  .menu-button {
    display: block !important;
    margin: 0;
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 3;
  }
}
