@media only screen and (min-width: 990px) {
  #tee-gallery {
    height: auto !important;
    position: sticky;
    top: 150px;
  }
  #tee-gallery .tee-gallery {
    position: unset;
  }
}