.dsq-product-gallery [data-section=poster] {
  cursor: zoom-in;
}
.dsq-product-gallery [data-section=poster].active {
  cursor: zoom-out;
}
.dsq-product-gallery [data-section=poster].active:hover img {
  opacity: 0;
  transition: none;
}
.dsq-product-gallery [data-section=poster].active .image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: none;
}
