/*gallery :*/

.gallery { text-align: center; background-color: rgba(0,0,0,0.8);width: 100%;padding: 10vh;height: 80vh;}
.current-image-wrapper {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.current-image-wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    opacity: 1;
    transition: opacity 1.85s;
}
.current-image-wrapper .hideme {
    opacity: 0;
    transition: opacity 0s;
}
.thumbnails li, .thumbnails a, .thumbnails img {
    display: inline-block;
    height: 3em;
    border: none;
}
.thumbnails a { outline: none; }
#thumbnails{
    margin-left: 0;
    margin-top: 35vh;
}
#lg-wrap{
    height: 10vh;
}