body {
    background-color: #1c1d20;
}

.hide {
    display:none;
}

/* Slideshow */
.viewer-thumbnail-container {
    overflow-x: scroll;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #000;
    height:150px;
}
    .viewer-thumbnail-container ul {
        white-space: nowrap;
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }
        .viewer-thumbnail-container ul li {
            display: inline-block;
            margin-right: -3px;
        }
            .viewer-thumbnail-container ul li img {
                width: 130px;
                height: auto;
                opacity: 0.6;
                cursor: pointer;
                transition:.3s;
            }
                .viewer-thumbnail-container ul li img:hover {
                    opacity: 1;
                }
/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 100%;
}
    .slideshow-container > div {
        text-align: center;
        background: #1e1e21;
        overflow-x: hidden;
    }
        .slideshow-container > div img {
            margin-left: 50%;
            transform: translate(-50%);
        }
    .slideshow-container iframe {
        width: 100%;
        overflow: hidden;
    }
    .slideshow-container iframe {
        height: calc(100% - 146px);
    }

/* Hide the images by default */
.slides, .slides-hidden {
    display: none;
}
.currentSlide {
    display:block;
}
/* Next & previous buttons */
.prev, .next, .play, .pause, .fullscreen, .back, .photos, .videos, .thumbnails, .mute {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 30px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    z-index: 1000;
}

/* Position the "next button" to the right */
.next, .play, .pause, .photos, .videos, .thumbnails {
    right: 0;
    border-radius: 3px 0 0 3px;
}
@media (min-width:1598px) {
    .slideshow-container .next, .slideshow-container .play, .slideshow-container .pause, .slideshow-container .photos, .slideshow-container .videos {
        right: unset;
        margin-left: 1498px;
    }
}

.videos {
    margin-top: -200px;
}
.photos {
    margin-top: -290px;
}
.fullscreen-slideshow-container .videos {
    right: 30px;
}

.fullscreen-slideshow-container .photos {
    right: 30px;
}
.thumbnails {
    right:30px;
    margin-top:70px;
}
.play, .pause, .fullscreen, .mute {
    margin-top: -110px;
}
.pause, .mute {
    display: none;
}
    /* On hover, add a black background color with a little bit see-through */
    .back:hover, .prev:hover, .next:hover, .play:hover, .pause:hover, .videos:hover, .photos:hover, .thumbnails:hover, .youtube-music-stop:hover, .youtube-music-hide:hover, .youtube-music-start:hover, .youtube-music-show:hover, .prev-youtube:hover, .next-youtube:hover, .fullscreen:hover, .mute:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
        text-decoration: none;
        opacity: 1;
    }
.slideshow-btn-selected, .slideshow-btn-selected:hover {
    color: #ed1c24;
}
/* /Slideshow */
/* Fullscreen Slideshow container */
.fullscreen-slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
    .fullscreen-slideshow-container > div {
        text-align: center;
        background: #1e1e21;
        overflow-x: hidden;
    }
        .fullscreen-slideshow-container > div img {
            transform: translate(-50%);
            top:-100%; left:0; right: 0; bottom:-100%;
            position:absolute;
            margin: auto 50%;
        }
    .fullscreen-slideshow-container iframe {
        width: 100%;
        overflow: hidden;
        height:100%;
    }

    .fullscreen-slideshow-container .slides {
        overflow: hidden;

    }
    .fullscreen-slideshow-container .back {
        top: 50px;
        z-index: 1000;
    }
    .fullscreen-slideshow-container .play, .fullscreen-slideshow-container .pause, .fullscreen-slideshow-container .next {
        right: 30px;
    }
    .fullscreen-slideshow-container .prev, .fullscreen-slideshow-container .back, .fullscreen-slideshow-container .mute {
        left: 30px;
    }
    .fullscreen-slideshow-container a {
        opacity:.6;
    }
  

/* /Fullscreen Slideshow container */

/* Scrollbar */
div::-webkit-scrollbar, body::-webkit-scrollbar {
    margin-left: 1px;
    width: 10px;
}

div::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #39206d;
    border-top: 1px solid #777f8f;
    border-bottom: 1px solid #777f8f;
}

div::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #808080;
}

    div::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
        cursor:pointer;
        background: #103fc2;
    }
/* /Scrollbar */

.youtube-music-container {
    display:none;
    position:fixed;
    left: 30px;
    bottom:80px;
    z-index:11000;
}

.youtube-music-container iframe {
    max-width: 142px;
    height: 80px;
    border-radius: 12px;
    margin-left: 84px;
    margin-right: 6px;
    opacity: .6;
}

.prev-youtube, .next-youtube, .youtube-music-stop, .youtube-music-hide, .youtube-music-show, .youtube-music-start {
    cursor: pointer;
    width: auto;
    padding: 30px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    z-index: 1000;
    position: absolute;
    margin-top: -2px;
    opacity: .6;
}
.youtube-music-show {
    display: none
}
.youtube-music-show, .youtube-music-start {
    position: fixed;
    left: 30px;
    bottom: 80px;
    z-index: 11000;
}
.youtube-music-stop {
    margin-left: 84px;
}
.youtube-music-hide {
    margin-left: 168px;
}
.viewer-thumbnail-container {
    transform: rotateX(180deg);
}
.viewer-thumbnail-container ul {
    transform: rotateX(180deg);
}

.currentSlideThumb {
    border:5px solid #ffd800;
    border-radius:5px;
}

.viewer-thumbnail-container .scroll {
    position: fixed;
    font-size:80px;
    z-index:10;
    border-radius:6px;
    color:#FFF;
    bottom:8px;
    cursor:pointer;
    opacity:.6;
}
.viewer-thumbnail-container .scroll:hover {
    opacity:1;
}
.viewer-thumbnail-container .right {
    right:0;
}

.youtube-music-container .time {
    font-family: Geneva, Verdana, sans-serif;
    position: absolute;
    margin-left: 84px;
    margin-top: 24px;
    font-size: 1.3rem;
    color: #FFF;
    z-index: 1000;
    opacity: .6;
    text-shadow: -1px 0 #1c1d20, 0 1px #1c1d20, 1px 0 #1c1d20, 0 -1px #1c1d20;
    width:142px;
    text-align:center;
}