
.YoutubeVideoList {
    margin-bottom: 10px;
    padding: 0;
        width: 100%;
        margin: 0 auto;
}
.YoutubeVideoList .ListVideo {
    padding: 5px 5px 0 0;
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display:flex;
    gap: 20px;
}
.YoutubeVideoList li {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    cursor: pointer;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    width:25%;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    /* display: none; */
    /* float: left; */
    /* height: 40px; */
    margin-bottom: 10px;
    /* width: 55px; */
}
.YoutubeVideoList li .title:hover {
    color: #620101;
}
.YoutubeVideoList li .title {
    color: #444;
    font: 15px arial;
    text-align: center;
}
.YoutubeVideoList .VideoHeader {
    display:none;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    height: 40px;
    position:relative;
    top:8px;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.ListVideo > span .CurrentPage {
    font: bold 13px arial;
    padding: 3px;
    float: right;
}
@media (max-width:768px){
        .YoutubeVideoList {
                width: 100%;
        }
}
