.caf_playlist_wrap iframe {
    height: 68vw;
}

.caf_side_playlist_wrap {
    z-index: 1;
}

.caf_playlist_wrap {
    top: inherit;
    position: relative;
    width: 100%;
    right: inherit;
    z-index: 2;
}

@media (min-width: 990px) {
    .caf_playlist_wrap {
        top: 40px;
        position: absolute;
        width: 100%;
        right: -50px;
        z-index: 2;
    }

    .caf_playlist_wrap iframe {
        height: 40vw;
    }
}

.caf_playlist_header {
    padding-left: 60px;
    padding-right: 30px;
}

.caf_playlist_li_block {
    display: inline-block;
    margin-bottom: 1rem;
    margin-left: 8px;
    min-height: 80px;
}

#playlist li {
    cursor: pointer;
    margin: 10px 0;
    z-index: 1;
}

#playlist img {
    width: 120px;
    height: 80px;
    float: left;
    margin-right: 1rem;
    object-fit: cover;
}

#playlist {
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#playlist li:hover:before {
    background-color: #00000026;
    position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    left: -200px;
    bottom: 0;
    height: 100px;
    width: 200%;
    z-index: -1;
}

/*#playlist {
    scrollbar-color: #ffb81e #52443b;
    scrollbar-width: thin
}*/

#playlist::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

/*#playlist::-webkit-scrollbar-track-piece {
    background-color: #52443b;
}

#playlist::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #ffb81e;
}*/

.caf_playlist_wrap iframe {
    /*max-height: 560px;*/
    max-height: 500px;
}