.thefork {
  width: 100%;
  min-height: 840px;
  border: none;
  overflow: scroll;
  background: var(--paper);
}

@media only screen and (min-width: 321px) and (max-width: 516px) {
  .thefork {
    min-height: 650px;
  }
}

@media only screen and (min-width: 517px) {
  .thefork {
    min-height: 650px;
  }
}

[data-mobile-nav]:not([hidden]) {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

[data-mobile-nav][hidden],
[data-menu-toggle][hidden] {
  display: none !important;
}

[data-lang-switch] ul[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .section-swipe-arrow {
    display: none !important;
  }

  header nav.hidden {
    display: none !important;
  }

  [data-mobile-nav] a,
  [data-mobile-nav] button {
    border: 0 !important;
    box-shadow: none !important;
  }

  [data-mobile-nav] a::before,
  [data-mobile-nav] a::after,
  [data-mobile-nav] span {
    content: none !important;
    display: none !important;
  }

  [data-mobile-nav] a {
    display: block !important;
  }
}

.theme-triptych .triptych-hero-index {
  display: none !important;
}

.theme-triptych .triptych-hero-overlay {
  justify-content: flex-end;
}
