div#fullimg-container {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(11, 11, 11, 0.92);
    z-index: 9;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    flex-flow: column;
}

#fullimg-container img {
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.33);
    max-height: 80vh;
    max-width: 80vw;
}


#fullimg-container ul {
    margin-top: 20px;
    max-width: 90vw;
    overflow: auto;
}
#fullimg-container ul li {
    display: inline-block;
}


.fancygal-img-el {
    height: 42px;
    width:42px;
    background-size: cover;
    background-position: 50%;
    margin:10px;
}

#fancygal-imgs li {
    cursor: pointer;
}