.l-bnav {
  position: fixed;
  inset: auto 0 0 0;
  transform: translateY(100%);
  @media (max-width: 1080px) {
    transform: translateY(0);
  }
}
