.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        padding: 10px;
        border: 1px solid #dee2e6;
        border-top: 0;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        background: rgba(0, 0, 0, 0) url("images/i.png") no-repeat scroll left 4px;
        cursor: pointer;
        margin: 0 0 10px 0;
        padding: 0 0 0 20px;
        background-size: 12px auto;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        display: none;
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 55px;
}
.YoutubeVideoList li .title:hover {
        color: #620101;
}
.YoutubeVideoList li .title {
        color: #212529;
        font-size: 13px;
}
.YoutubeVideoList .VideoHeader {
        border-radius: 0 10px 0 0;
        display: none;
        height: 28px;
        padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: bold 10pt/28px arial;
        height: 28px;
        padding-left: 30px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
}
.YoutubeVideoList .ListVideo>span>span, .YoutubeVideoList .ListVideo>span>a {
        width: 25px;
        height: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 12px;
        text-decoration: none;
}
.YoutubeVideoList .ListVideo>span>span {
        background: #0681c9;
        color: #fff;
}
.YoutubeVideoList .ListVideo > span{
        display: flex;
        justify-content: center;
}
@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                padding: 0 15px;
                margin-bottom: 15px;
        }
}
