* {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
}

/*.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*//*
    width: 40px;
    height: 40px;
}*/

.img-zoom-lens {
    position: absolute;
    background-color:rgba(255,255,255, 0.1);
    border: 1px solid #d4d4d4;
    width: 80px;
    height: 80px;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    z-index: 10000;
    /*set the size of the result div:*/
    /*width: 300px;
    height: 300px;*/
}