.img-magnifier-glass {
    box-sizing: border-box;
    position: absolute;
    border: 1px solid var(--color2);
    border-radius: 50%;
    cursor: move;
    /*Set the size of the magnifier glass:*/
    /* width: 55%; */
    /* height: 55%; */
    width: 75%;
    height: 75%;
    z-index: 1;
}