.video_tile{
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #1b1e21;
}

.video_tile img{
    width:100%;
    height: 100%;
}

.video_thumbnail_big{
    width: 100%;
}


.video_tile:hover{
    opacity: 0.8;
}


.video_title{
    position: absolute;
    bottom: 0;
    width:100%;
    background:rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
}

p.description{
    display: block;
    width: 100%;
    float: left;
}

a.buy_now_btn{
    background-color: #5c87d7;
    color: #fff!important;
    display: block;
    float: left;
    padding: 20px;
    border-radius: 3px;
    cursor: pointer;
}


a.buy_now_btn:hover{
    background-color: #4e70b4;
}


.videos_top_bar{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.videos_top_bar h1{
    float: left;
    font-size: 24px;
}

.videos_top_bar .search-filter{
    float: right;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 4px 10px;
}

.addvideobtn{
    border: 1px solid #89e2b5;
    background: #89e2b5;
    color: white;
    padding: 10px;
    margin-left: 29px;
    border-radius: 5px;
}

.buy_now_btn{
    border: 1px solid #89e2b5;
    background: #89e2b5;
    color: white;
    padding: 10px;
    margin-left: 29px;
    border-radius: 5px;
}



