.vid_big {
    position: relative;
    left: 0;
    top: 0;
    /* max-width: 585px; */
    border: 1px solid #fee6c1;
    padding: 15px 10px 20px 10px;
    background: #fdf2e1;
}
.header {
    padding: 0 0 50px 35px;
    height: 21px;
    background: url('/resources/images/video/18.png') no-repeat 2px top;
    font-size: 20px;
    font-weight: bold;
}

.vid_big .preview{
    position: relative;
}

/*.vid_big.main .preview{
    width: 420px;
}*/

.vid_big .preview img{
    width: 100%;
    /*max-width: 100%;*/
    display:block; 
    height: auto;
/*    position: relative; left: 0; top: 0;
    display: block;
    margin: auto;*/
}
.vid_big .preview .play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url(/resources/images/video/01.png) no-repeat center center;
}
.vid_big .details{
    background: #f6f6f6;
    /*width: 534px;*/
    border: 1px solid #eae9e9;
    padding: 20px 12px 10px 12px;
    position: relative; left: 0; top: 0;
}
/*
.vid_big.main .details{
    width: 394px;
}
*/
.vid_big .details .title{
    color: #2866ad;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.vid_big .details .date{
    background: url('/resources/images/video/19.png') no-repeat left top;
    color: #999999;
    font-size: 11px;
    padding: 0 12px 0 18px;
    float: left;
}

.vid_big .details .tags{
    float: left;
    font-size: 11px;
    background: url('/resources/images/video/20.png') no-repeat left 3px;
    padding: 0 0 0 20px;
}

.vid_big .details .tags a{ text-decoration: none; }
.vid_big .details .tags a:hover{ text-decoration: underline; }

.vid_big .details .description{
    clear: left;
    font-size: 11px;
    padding: 10px 0 15px 0;
}

.vid_big .details .read-blog{
    display: block;
    color: #2866ad;
    font-size: 14px;
    background: url('/resources/images/video/06.png') no-repeat right 8px;
    width: 115px;
    text-decoration: none;
}

.vid_big .details .share-wrap{
    position: absolute; right: 10px; bottom: 10px;
    padding: 0 0 0 50px;
}
.vid_fea{
    width: 100px;
    position: relative; left: 0; top: 0;
}
.vid_big .vid_fea .preview {
    position: relative;
    left: 0;
    top: 0;
    width: 100px;
    height: initial !important;
}
.vid_big .vid_fea .preview .video-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    padding: 0;
    background: url(/resources/images/video/03.png) no-repeat center center;
}
.vid_fea .title {
    color: #3b86c4;
    font-size: 11px;
    line-height: 1.5;
    width: 100px;
    padding: 8px 0 12px 0;
}
.video-popup {
    position: fixed;
    left: 5px !important;
    top: 55px !important;
    right: 5px !important;
    bottom: 5px !important;
    z-index: 99;
    /* width: 90%; */
    /* height: 90%; */
    padding: 35px 20px;
    border: 4px solid #008cc8;
    background: white;
    border-radius: 10px;
    margin: auto auto;
    max-width: 648px;
    max-height: 550px;
}
.vid_pop {
    margin: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .vid_fea_wrap {
        padding-top: 20px;
        text-align: center;
    }
    .vid_fea_wrap > div {
        display: inline-block;
    }
    .vid_big .preview .play {
        top: 20px;
    }
}
