.bulshit{
    width:100%;
}
.video-js.horizontal-playlist {
    width:100% !important;
}
.vjs-playlist.horizontal-playlist {
    background:transparent !important;
}
.vjs-playlist.horizontal-playlist:after {
    content:" ";
    display:block;
    clear:both;
}
.vjs-playlist.horizontal-playlist li {
    float:left;
    width:119px;
    width:18.3%;
    height:auto !important;
    margin:5px;
    box-sizing:border-box;
}
.vjs-playlist.horizontal-playlist li .vjs-playlist-thumbnail {
    width:100%;
    max-width:100%;
    margin-bottom:5px;
}
.vjs-playlist.horizontal-playlist li .vjs-playlist-name {
    clear:both;
    font-size:14px !important;
    line-height:22px !important;
    color:#17406f !important;
}
.vjs-playlist.horizontal-playlist li .vjs-playlist-description {
    clear:both;
    font-size:12px !important;
    line-height:16px !important;
    color:#ccc !important;
    height:auto !important;
}