.product__gallery-frame {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .product__gallery-list-wrapper--featured-first > .product__gallery-item:first-child {
    grid-column: 1 / -1;
  }
}