 .video-list{text-align: center;}
.video_block{
   border:1px solid #ccc;margin:15px 10px;
    border-radius: 10px;border-bottom: 4px solid #ccc;
    height:351px;
    overflow: hidden;
}
    .video_block:hover {
    background: #e9e9e9 none repeat scroll 0 0;
}
.video_block img{width:100%; height: 236px;}
.video_block .main_video_title{padding:0px 5px;font-size:14px;color:rgb(26,20,101);display:block;text-align: center; text-justify: inter-word;line-height: 25px;}
.video_list{width:100%;margin: auto;}
.category_block{width:100%;margin: auto;text-align:center ;
border:2px solid #3F942C;margin-top:15px;margin-bottom:15px; padding:15px;
    border-radius: 10px;
    
}
.category_block a{margin:5px 10px 0 0;}
@media screen and (max-width : 405px) {
     .video-list{padding-right: 0px;padding-left: 0px;}
     .video_block{margin-right: 0px;margin-left: 0px;}
    .video_block{height: 280px;}
    .video_block img{height: 180px;}
   
}
.rate_div{padding-right: 5px !important;}
.video_visit {
    
}
/* Frame TV */
 div.laptop-wrapper {
     position: relative;
     padding-top: 25px;
     padding-bottom: 67.5%;
     height: 0;
 }
 div.desktop-wrapper {
     position: relative;
     padding-top: 25px;
     padding-bottom: 67.5%;
     height: 0;
 }
 div.desktop-wrapper video {
     box-sizing: border-box;
     background: url(../images/apple_led_cinema_screen.png) center center no-repeat;
     background-size: contain;
     padding: 3.4% 10.8% 18.6%;/* 11.9% 15.5% 14.8% */
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 video {
     position:absolute;
     z-index:0;
 }
 video.fillWidth {
     width: 100%;
 }
