﻿
/*Obligatorio*/
.img-zoom-lens {
    position: absolute;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
    z-index: 999;
}

    .img-zoom-lens:hover {
        border: 1px solid #cccccc;
    }
