.product-header img{
  height: 500px; 
  object-fit:cover;
}


@media screen and (max-width: 750px) {
 .product-header img{
  height:100%;
}
}