@media (min-width: 768px) {
  .product-gallery {
    position: sticky;
    top: 96px;
    align-self: start;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
}
