.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, .youtube-music-start, .back, .photos, .videos, .thumbnails {
    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 {
        right: unset;
        margin-left: 1498px;
    }
}
.videos {
    margin-top:-200px;
    right:30px;
}
.photos {
    margin-top: -290px;
    right: 30px;
}
.thumbnails {
    right:30px;
    margin-top:70px;
}
.play, .pause {
    margin-top: -110px;
}
.pause {
    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-start:hover, .prev-youtube:hover, .next-youtube:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
        text-decoration: none;
    }
.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 {
            margin-left: 50%;
            transform: translate(-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 {
        left: 30px;
    }
/* /Fullscreen Slideshow container */

/* Scrollbar */
div::-webkit-scrollbar, body::-webkit-scrollbar {
    margin-left: 1px;
    width: 10px;
}

div::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #202020;
    border-left: 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 {
        background: #ed1c24;
    }
/* /Scrollbar */

.youtube-music-container {
    display:none;
    position:fixed;
    left: 30px;

    bottom:100px;
    z-index:11000;
}
.youtube-music-start {
    left: 30px;
    margin-top:70px;
}

.youtube-music-container iframe {
    max-width: 175px;
    border-radius: 15px;
    margin-left: 84px;
    margin-right: 6px;
}

.prev-youtube, .next-youtube, .youtube-music-stop {
    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: 8px;
}

.youtube-music-stop {
    margin-left: 84px;
    margin-left: 84px;
}