@media only screen and (min-width: 768px) {
  .product-single__wrapper .product-gallery {
    position: sticky;
    top: calc(var(--header-sticky-height, 80px) + 20px);
    align-self: start;
  }
}