.whi-product-image-wrapper {
    position: relative;
}.whi-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}.whi-product-image-wrapper:hover .whi-hover-image {
    display: none;
}.whi-product-image-wrapper:hover .whi-primary-image {
    display: block;
}