.lens {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.25);
  transition: transform ease-in-out 0.15s, opacity ease-in-out 0.2s;
  cursor: zoom-in;
}

@media (min-width: 992px) {
  .slick-slide:hover > span > .lens {
    opacity: 1 !important;
  }
}
