ul.products li.product .woocommerce-image__wrapper{height:300px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}ul.products li.product .woocommerce-image__wrapper img{max-height:100%;width:auto;object-fit:contain;transition:transform 0.5s ease-in-out}ul.products li.product .woocommerce-image__wrapper:hover img:last-of-type{transform:translateX(-50%);position:absolute;left:50%;transition:transform 0.5s ease-in-out}@media only screen and (max-width:767px){ul.products li.product .woocommerce-image__wrapper{height:auto;overflow-x:scroll}ul.products li.product .woocommerce-image__wrapper img{min-width:100%;height:auto;object-fit:contain;flex-shrink:0}}@media (max-width:768px){ul.products li.product .woocommerce-image__wrapper{height:200px}ul.products li.product .woocommerce-image__wrapper img{max-height:100%;width:auto;object-fit:contain}}