.product_preview {
  height: 180px;
}

.product_preview img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}