.ytpp-main {
    width: 100%;
    margin: 16px 0;
}
.ytpp-main iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

/* Track */
.ytpp-playlist-container::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}
.ytpp-playlist-container::-webkit-scrollbar-track {
    border-radius: 0;
}
.ytpp-playlist-container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ytpp-playlist-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.ytpp-playlist-container {
    float: none;
    overflow-x: scroll;
    margin: 12px 0;
}

#ytplayer_div2 {
    display: flex;
    flex-wrap: wrap;
}
#ytplayer_div2 a {
    box-sizing: border-box;
    flex-basis: 20%;
    padding: 4px;
}

#ytpl-frame,
#vid_frame {
    border: 0 none;
}

#ytplayer_div2 * {
    white-space: nowrap;
}

#ytplayer_div2 img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;


    box-sizing: border-box;
}
#ytplayer_div2 img:hover {

}

#ytplayer_div2 * {
    transition: all 0.2s ease-in-out;
}

#ytplayer_div2 .active img {
    opacity: 1;
    filter: saturate(100%);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

#ytplayer_div2 a:visited {
    opacity: 0.5;
}

#ytpp-title {
    font-size: smaller;
    line-height: 24px;
}

