.product--outer {
  display: block !important;
}
@media(min-width: 720px) {
  .product--outer .product-gallery {
    position: sticky;
    top: 100px;
  }      
}