@media(min-width: 768px) {

}

@media(max-width: 767px) {

}

/*********************************************/
.UIVideoList iframe.video-frame {
    width: 100%;
    height: 300px;
}
.UIVideoList .box-header {
    margin-bottom: 20px;
    text-align: center;
    margin: 20px 20%;
    position:relative
}
.UIVideoList .box-header a {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #1d4685;
    text-decoration: none;
    background: #fff;
    z-index: 9999;
    position: relative;
    padding: 0 80px;
}


.UIVideoList .box-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #1d4685;
    left: 0;
    top: 50%;
    z-index: 0;
}

.UIVideoList {
   /* margin: 0 0 20px 0; */
    padding: 0 12px;
    width: 100%;
}
.UIVideoList .video-list {
    
   padding: 0px;
    margin: 12px auto;
    list-style: none;
    display: flex;
    grid-template-columns: calc(25% - (50px * 1/2)) calc(25% - (50px * 1/2)) calc(25% - (50px * 1/2)) calc(25% - (50px * 1/2));
    grid-column-gap: 50px;
     margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;

}
.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 {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
}
        .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;
            }

