.product-details-wrap {
  margin: 30px 0;
  padding: 15px;
  text-align: left !important;
}
.product-details-wrap img {
  max-width: 100% !important;
}
.product-details-wrap img {
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  .product-details-wrap {
    margin: 30px 0;
    padding: 10px;
    text-align: left !important;
  }
  .product-details-wrap img {
    max-width: 100% !important;
    height: auto !important;
  }
}
