@media only screen and (min-width: 768px) {
  #tee-gallery {
    position: sticky;
    top: 30px;
    height: auto !important;
  }
  #tee-gallery .tee-gallery {
    position: unset;
  }
}

.teeinblue-item.teeinblue-item--product {
  z-index: 999999;
}