.VideoListControl {
        background: #ffffff none repeat scroll 0 0;
        /* border-bottom: 1px solid #e0e0e0; */
        /* border-left: 1px solid #e0e0e0; */
        margin: 0 0 10px;
        /* overflow: scroll; */
        /* padding: 0 15px; */
        /* background: #fff3e0; */
        padding-bottom: 5px;
}
.VideoListControl .Header{
        font-size: 18px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #0054a6;
        margin-bottom: 10px;
        text-transform: uppercase;
        border-bottom: 2px solid #6981fc;
}

.VideoListControl .Header span{
        font-size: 18px;
}

.VideoListControl .VideoListWrap {
}
.VideoListControl .PagerWrap {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        padding-bottom: 5px;
}
.VideoListControl .PageLabel {
        display: none;
}
.VideoListControl .Container {
        list-style: square;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        color: #d82921;
}
.VideoListControl .Container .Item{
        padding: 10px;
        background: url(images/arrow2.png) no-repeat 0px 18px;
        padding-left: 0;
}
.VideoListControl .Container .Item+.Item {
        border-top: 1px dashed #e0e0e0;
}
.VideoListControl .Container .Item a{
        font-size: 14px;
        font-weight: normal;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #202122;
}
.VideoListControl .PagerWrap span[id*="pageVideoList"]{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1px;
}
.VideoListControl .PagerWrap span[id*="pageVideoList"]>*{
        min-width: 25px;
        min-height: 25px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.08);
        justify-content: center;
        font-size: 13px;
}
div.VideoListControl .PagerWrap .CurrentPage{
        background: #d82921;
        color: #fff;
}
@media only screen and (max-width: 768px){
        .VideoListControl{
                max-width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 15px;
        }
}
