.img-zoom-lens {
    position: fixed !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    cursor: crosshair;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 0, 0, 0.3);
    pointer-events: none !important;
    z-index: 999999 !important;
}

.mfp-img {
    cursor: crosshair !important;
}

@media (max-width: 768px) {
    .img-zoom-lens {
        display: none !important;
    }
}