.btl_component_video .list_item{padding-bottom: 15px;position: relative;cursor: pointer;}
.btl_component_video .list_item .list_item_img{background-color: gray;min-height: 200px;position: relative;overflow: hidden;}
.btl_component_video .list_item video{width: 100%;}
.btl_component_video .list_item img{width: 100%;height: auto;position: absolute;top: -9999px;right: -9999px;bottom: -9999px;left: -9999px;margin: auto;min-width: 100%;min-height: 100%;}
.btl_component_video .list_item .video_icon{background-color: rgba(0, 0, 0, 0.2);position: absolute;left: 0;right: 0;top: 0;bottom: 0;text-align: center;}
.btl_component_video .list_item .video_icon .glyphicon{border: 3px solid #fff;border-radius: 50%;color: #fff;font-size: 25px;display: inline-block;position: absolute;top: 30%;left: 0;right: 0;width: 50px;height: 50px;margin: 0 auto;padding: 10px;}
.btl_component_video_modal video{width: 100%;}
.btl_component_video .list_item .list_item_title{padding: 10px 0;}
.btl_component_video.with_desc .list_item{display: table;width: 100%;}
.btl_component_video.with_desc .list_item_col{display: table-cell;width: 50%;vertical-align: middle;}
.btl_component_video.with_desc .list_item_col .list_item_img{position: relative;}
.btl_component_video.with_desc .list_item_col .list_item_img .video_icon .glyphicon{top: 40%;}
.btl_component_video.with_desc .list_item_col .list_item_img .list_item_title{left: 0;right: 0;bottom: 0;}
.btl_component_video.with_desc .list_item_col .list_item_desc{padding-left: 30px;text-align: justify;}

.btl_container_withsidebar_group .btl_component_video.popup_video .list_item.item_0{padding-left: 15px;padding-right: 15px;}
.btl_container_withsidebar_group .btl_component_video.popup_video .list_item.item_0 .list_item_title{left: 15px;right: 15px;}
.btl_container_withsidebar_group .btl_component_video.popup_video .list_item.item_1{padding-left: 15px;padding-right: 15px;}
.btl_container_withsidebar_group .btl_component_video.popup_video .list_item.item_1 .list_item_title{left: 15px;right: 15px;}
@media (max-width: 991px){
    .btl_component_video .list_item .list_item_img{min-height: 200px;}
    .btl_component_video.with_desc .list_item_col{display: block;;width: 100%;}
    .btl_component_video.with_desc .list_item_col .list_item_desc{padding-left: 0;padding-top: 15px;}
}
@media (max-width: 767px){
    .btl_component_video .list_item .list_item_img{min-height: 250px;}
}