.nnn-nav {
  position: fixed;
}

@media all and (max-width: 767px) {
  .nnn-nav {
    position: absolute;
  }
}
