#wrapper {
    min-height: 100%;
    height: auto;
}
#video{
    width: 99%!important;
    height: 100%!important;
}
.video-holder {
    background: #1b1b1b;
    padding: 10px;
    border-radius:8px;
    height: 350px!important;
}
.centered {
    width: 1004px;
    margin: 5px auto 0;
}

.playlist-components {
    height: 264px;
}
.video-js, .playlist-components {
    display: block;
    vertical-align: top;
}
.button-holder {
    padding: 10px;
    height: 36px;
}

.playlist {
    height: 220px;
    width: 100%;
    overflow-y: auto;
    color: #c0c0c0;
    border-radius: 8px;
    display: block;
    margin: 0px 0;
    padding: 1px 0 0 0;
    position: relative;
    background: -moz-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(19%,#212121),color-stop(100%,#212121));
    background: -o-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -ms-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: linear-gradient(to bottom,#000 0,#212121 19%,#212121 100%);
    box-shadow: 0 1px 1px #1a1a1a inset,0px 1px 1px #454545;
    border: 1px solid #1a1a18;
}
#next {
    float: right;
}
#prev {
    float: left;
}

#prev, #next {
    cursor: pointer;
}

.playlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.playlist ul li {
    padding: 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.playlist ul li.active {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #FFF;
}
.playlist ul li:hover {
    border-color: #353535;
    background: #353535;
}


.playlist .poster, .playlist .title  {
    display: inline-block;
    vertical-align: middle;
}
 .playlist .number{
    padding-right: 5px;
    display:none;
}
.playlist .poster img {
    width: 30px;
}
.playlist .title {
    padding-left: 10px;
}


@media (max-width:992px) and (min-width:992px) {
    .video-holder {
        height: 350px!important;
    }
    .playlist {
        height: 220px;
    }
}
@media (max-width:991px) and (min-width:769px) {
    .video-holder {
        height: 250px!important;
    }
    .playlist {
        height: 220px;
    }
}
@media (max-width:767px)
{
   .video-holder {
        height: 250px!important;
    }
    .playlist {
        height: 220px;
    }
}

.navbar-fixed-down {
    position:static!important;
}

