.img-magnifier-container {
    position: relative;
    display: inline-block;
}

.img-magnifier-glass {
    width: 150px;
    height: 150px;
    position: absolute;
    border: 1.5px solid #00000050;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    background-repeat: no-repeat;
    z-index: 10;
}