#gallery-viewer{

    position:fixed; 
    top:0;
    left:0;
    width:100%; 
    height:100%;
    background-color:rgba(0, 0, 0, 0.863);
}

.gallery-viewer-thumbnail{

    min-width:100px; 
    max-width:100px; 
    width:100px; 
    height: 76px; 
    object-fit: cover;

}

.gallery-viewer-thumbnail-selected{

    border: 4px solid #f3952a;

}


.gallery-viewer-main-image{

 
    /* background-color: aqua; */
    /* width:100%;  */
    /* max-height:420px;
    max-width:420px;
    min-height:420px;
    min-width:420px; */
    height:420px;
    width:420px;
    object-fit: contain;

}

.gallery-viewer-disable-click{

    pointer-events:none;

}

.gallery-image{

    width:100%;
}

.gallery-image:hover{

    width:101%;
    cursor: pointer;
}