.slide-list{
    list-style: none;
    padding-left:0px;
    overflow-y: scroll;
    padding-bottom: 20px;
    height: 80vh;
}
.slide-list li{
    padding:10px;
}


.description-bar{
    padding-left:0px;
    overflow-y: scroll;
    padding-bottom: 20px;
    height: 78vh;
}

.Viewer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    height:100%;
    color:#fff;
}

#openseadragon1{
    height:100%;
    border:1px solid #000;
    background-color: black;
}


@media only screen and (max-width: 768px) {
    #openseadragon1 {
        height:500px;
    }

    .slide-list {
        height: auto !important;
    }

}