.image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8 {
  position:relative;
  top:unset;
  bottom:unset;
  left:unset;
  right:unset;
  width:100%;
  height:unset;
  max-height: calc(760px - 10vw);
}
@media screen and (min-width: 750px){
.product-main-media{
  gap:16px;
  display:flex;
  flex-direction:column;
}
}
@media screen and (max-width: 749px){
.product-main-media{
  height:unset;
  padding-bottom:5vw;
}
}
.product-short-description{
  padding:0 24px;}