.video-thumb {
    height: 120px;
    border: 2px solid #000;
}
.video-thumb.active {
    border: 2px solid #FFC107;
}
.thumb-small {
    margin: 2px;
    float: left;
    height: 80px;
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-thumbs-container{

    

}
.thumb-small img {
    max-width: 100%;
    max-height: 100%;
}
.video-purchased {
    display: none;
    background-color: #ff009987;
    width: 30%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 4px;
}
.purchased .video-purchased {
    display: block;
}
div#video-container {
    width: 640px;
}
.video-thumb-small {
    height: 240px;
    border: 2px solid #000;
    background-color: #464646;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.purchased.video-thumb-small { 
}
.video-thumb-small .video-name { 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 63px;
    text-align: center;
}
.video-thumb-small .video-duration {
    font-size: 12px;
}
#preloader {
    position: absolute;
    right: -20px;
} 
span.thumb-alt-image {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.border-black {
    border-color: #000 !important;
}
.video-thumb-small-banner{

    background-size: cover;

}
.video-blockbuster {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    background-color: #FFF;
    border-radius: 50%;
    text-align: center;
}

.thumb-small.new {

    width: 0;

}
.thumb-purchase .btn {
    font-size: 10px;
}
.thumb-purchase {
    margin-top: 152px !important;
}
.video-date, .video-duration, .video-views {
    text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
}
.load-thumbs {
    margin-top: 5px !important;
}
.video-thumb-small.video-thumb-front {
    height: 180px;
}
.video-thumb-small.video-thumb-front .video-name {
    bottom: 12px;
}

.preview {
    background-color: #fb000094;
    position: absolute;
    margin-top: 46px;
    width: 100px;
    text-align: center;
    right: 3px;
    font-weight: bold;
    display: none;
}

.previewing .preview {

    display: initial;
}
span.video-name {
    text-decoration: underline;
}