.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        padding: 5px 0;
}
.YoutubeVideoList ul {
        display: flex;
        flex-direction: row;
        justify-content: left;
        padding: 0;
}
.YoutubeVideoList li {
        list-style: none;
        flex: 0 0 23%;
        cursor:pointer;
        background: url(images/film.jpg) no-repeat top center;
        background-position: 50% 15%;
        margin-bottom: 20px;
        margin-right: 32px;
}
.YoutubeVideoList .VideoItem .image{
        position:relative;
}
.YoutubeVideoList .VideoItem .image::after{
        content: url("images/play.png");
        display: block;
        position: absolute;
        top: 86%;
        left: 10%;
        transform: translate(-50%, -50%);
}
.YoutubeVideoList .ListVideo .VideoItem img {
        /* display: none; */
        /* float: left; */
        margin-right: 10px;
        width: 100%;
        object-fit: cover;
}
.YoutubeVideoList li .title:hover {
        /* color: #620101; */
}
.YoutubeVideoList li .title {
        color: #444;
        text-align: left;
        line-height: 1.6em;
        font-size: 15px;
        font-family: Merriweather;
        font-weight: 700;
        flex: 1;
        margin-top: 12px;
        color: #182940;
}
.YoutubeVideoList li .Description{
        display:none;
}
.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;
        display: none;
}
.YoutubeVideoList .ListVideo>div>span{
        display: block;
        width: 100%;
        text-align: right;
}
.YoutubeVideoList .ListVideo>div>span span, .YoutubeVideoList .ListVideo>div>span a{
        font-size: 13px;
}
