*
{
    margin:0;
    padding:0;
}
.dacast_videos_container ul li{
    width: 50%;
    float: left;
}
.dacast_videos_container ul li div {
    padding: 0 10px;
}
.dacast_videos_container ul li img{
    width: 100%;
}
.dacast_videos_container ul li img.thumb_video{
    width: 139px !important;
    height: 104px !important;
}

.dacast_videos_container ul li p{
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}
.dacast_videos_container .fix_clear {
    clear: both;
}

@media only screen and ( max-width: 960px ) {
    .dacast_videos_container .responsive_trigger {
        width: 50% !important;
    }
    .dacast_videos_container .responsive_clear {
        clear: both;
    }
    .dacast_videos_container .fix_clear {
        clear: none !important;
    }
    .dacast_videos_container ul li img.thumb_video{
        width: 68px !important;
        height: 50px !important;
    }
}
@media only screen and ( max-width: 480px ) {
    .dacast_videos_container .responsive_trigger {
        width: 100% !important;
    }
    .dacast_videos_container ul li img.thumb_video{
        width: 218px !important;
        height: 164px !important;
    }
}

.dacast_videos_container .play_icon {
    position: absolute;
    margin-left: 107px;
    margin-top: 75.5px;
    /*margin-left: -140px;
    margin-top: 0;
    width: 140px;
    height: 105px;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.dacast_videos_container .play_icon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.dacast_videos_container .play_icon img {
    width: 40px !important;
    height: 40px !important;    
    cursor: pointer;
    /*margin-left: 50px;
    margin-top: 32px;*/
}
.dacast_videos_container .thumb_container {
    padding: 0;
}