@media (max-width: 767px) {
  .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    height: auto !important;
    max-height: 220px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .woocommerce ul.products li.product .post_featured {
    max-height: 220px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
