@media (max-width: 640px) {
  .t-store__product-snippet .t-slds__bgimg {
    padding-bottom: 133.3333% !important;
    background-size: contain !important;
    background-position: center center !important;
  }

  .t-store__product-snippet .t-slds__imgwrapper {
    height: auto !important;
  }

  .t-store__product-snippet .t-slds__wrapper {
    height: auto !important;
  }
}