@media(min-width: 768px) {

}

@media(max-width: 767px) {

}
/*********************************************/
.UIVideoList {
    margin: 20px 0 0;
    padding: 10px;
    width: 100%;
    background: #fbfbfb;
    display: none;
}
.UIVideoList iframe.video-frame {
    width: 100%;
    height: 220px;
}
.UIVideoList .box-header {
	margin: 0;
	height: 60px;
	position: relative;
}
.UIVideoList .box-header a {
	color: #111;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.UIVideoList .box-header a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    display: block;
    width: 80px;
    height: 3px;
    background-color: #5dbe59;
    margin: 0 0 15px;
}
.UIVideoList .video-list {
    padding: 0px;
    margin: 0px auto;
    list-style: none;
}
.UIVideoList .video-item {
    margin-bottom: 20px;
    width: 100%;
    vertical-align: top;
}
.UIVideoList .video-item .title h2 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding-top:10px;
}
.UIVideoList .video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}