.sticky-nav {
  height: 140px;
}

@media (min-width: 992px) {
  .sticky-nav {
    height: 100px;
  }
}

