.magnifying-image-widget {
    /*height: calc(100vh - 20vw);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*padding: 10vw;*/
    gap: var(--spacing-large);
}

.magnifying-image-widget-container {
    position: relative;
}

.magnifying-image-widget-img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

.magnifying-image-widget-info{
    ;
}

.img-magnifier-glass {
    position: absolute;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 175px;
    height: 175px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}