@media (min-width: 992px) {
  .sliding {
    position: sticky;
    top: 193px;
  }
}
