.SlideShow.view1{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color:rgba(9, 9, 15, 0.95);
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.SlideShow.view1 .close-btn{
    position: fixed;
    top:1em;
    right:1em;
    cursor: pointer;
}
.SlideShow.view1 img{
    min-width: 5em;
    min-height: 5em;
    max-width: calc(90vw - 2em);
    max-height: calc(90vh - 2em);
    object-fit: scale-down;
    border: 1px solid #2f3234;
}