.seadragon-viewer {
    width: 50%;
    height: 80vh;
    float: left;
}

.seadragon-viewer.oneView
{
    width: 100%;
}
.seadragon-viewer.threeView
{
    width: 33.33%;
}


.custom-tool-bar {
    width: 100%;
    position: absolute;
    z-index: 7;
    /* height: 50px; */
    height: fit-content;
    /* background-color: red; */
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.custom-tool-bar-button {
    background: none;
    color: inherit;
    border: none;
    padding: 8px 0px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 4px;
    background: #5a5a5a;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    color: white;
}

/* .allBloccoGigaPixel
{
    display: block;
    margin: 0 auto;
    max-width: 90%;
} */
.allBloccoGigaPixel.fixedBox,
#singleBoxLinkGigaPixel
{
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #111;
    
}

#singleBoxLinkGigaPixel  .seadragon-viewer,
.allBloccoGigaPixel.fixedBox .seadragon-viewer
{
    height: 100vh;
}