

/*********************************************/
.UIVideoList iframe.video-frame {
    width: 100%;
    height: 220px;
}
.UIVideoList .box-header {
    position: relative;
    background: linear-gradient(to right top, #108dd6, #1890d7, #1f93d9, #2595da, #2a98db, #2a98db, #2a98db, #2a98db, #2595da, #1f93d9, #1890d7, #108dd6);
    margin-bottom: 10px;
}
.UIVideoList .box-header a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 32px;
}
.UIVideoList {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:10px;
}
.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: 15px;
    font-weight: normal;
    padding-top:10px;
}
.UIVideoList .video-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}


.UIVideoList .Pager {
    display:none;
}
/*************
.UIVideoList .Pager span.numbericButton {
            cursor: pointer;
            border-radius: 100%;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
            font-size:16px;
        }
.UIVideoList .Pager a.numbericButton, .next, .prev {
            cursor: pointer;
            border-radius: 100%;
            background-color: #f0f0f0;
            color: #848383;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #ececec;
            font-size: 16px;
        }
.UIVideoList .Pager .currentButton {
            cursor: pointer;
            border-radius: 100%;
            background: #1f7ed0;
            background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
            color: white;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            border: 1px solid #87c5f5;
        }
            .UIVideoList .Pager a.numbericButton:hover, .next:hover, .last:hover, .prev:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }
            .UIVideoList .Pager span.numbericButton:hover {
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    color: #fff;
            }

*********/