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