.product-image .responsive.cloudzoom {
  transition: opacity 1s ease;
  opacity: 1;
}
.fade-out {
  opacity: 0;
}