@media (min-width: 950px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1 !important;
  }
}