/*
Loupe 2.0.1
https://github.com/redoPop/loupe
*/

.loupe {
    background: rgba(0, 0, 0, 0.25) no-repeat;
    /*border-radius: 0 100% 100% 100%;*/
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

.loupe--active {
    opacity: 1;
}