.video_group_item{list-style: none;width: 49%;text-align: center;float: left;position: relative;}
.video_group_item_r{float: right;}
.video_group_img{}
.video_group_img img{max-width: 100%;}
.video_group_name{text-transform: uppercase;font-weight: bold;padding: 5px 3px 0;line-height: 17px;max-height: 33px;overflow: hidden;}
.video_group_name a{color: #101010;}
.video_group_more{display: inline-block;padding: 5px 5px;color: #666666;font-size: 10px;position: absolute;bottom: 10px;left: 0;right: 0;width: 70px;margin: auto;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
    -webkit-box-shadow: 0px 0px 1px 0px rgba(102,102,102,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(102,102,102,0.75);
    box-shadow: 0px 0px 1px 0px rgba(102,102,102,0.75);}
.video_group_item:hover a{color: #326eaf;}

@media (min-width: 320px){
    .video_group_item{height: 185px;}
}
@media (min-width: 480px){
    .video_group_item{height: 245px;}
}
@media (min-width: 580px){
    .video_group_item{height: 277px;}
}
