.playlist-block{
    margin-bottom: 30px;
}

@media only screen and (max-width: 20000px) {
    .video-container {
        width:100%;
        height:500px
    }

    .video-small-view {
        width:150px!important;
    }

    .playlist-container {
        /* width:100%;
        overflow-y:scroll; */
    }
}

@media only screen and (max-width: 480px) {
    .video-container {
        width:100%;
        height:213px
    }

    .video-small-view {
        width:130px!important;
    }

    .playlist-container {
        /* width:100%;
        height:auto; */
    }
}