.YoutubeVideoList {
        margin-bottom: 15px;
        padding: 0;
        /* border: 1px solid #e9ecef; */
        margin-top: 31px;
}
.YoutubeVideoList .ListVideo {
        padding: 10px;
        min-height: 350px;
        /* background: #f5f5f6; */
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        /* background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center / 5% auto; */
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
}
.YoutubeVideoList li:first-child{
        padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        /* display: none; */
        height: 70px;
        width: 120px;
        object-fit: cover;
}
.YoutubeVideoList li .title:hover {
        color: #620101;
}
.YoutubeVideoList li .title {
        color: #212529;
        font-size: 15px;
        flex: 1;
        margin-left: 15px;
}
.YoutubeVideoList .VideoHeader {
        background: rgb(248 249 250) url(images/logo.png) no-repeat scroll left 10px center;
        padding: 0;
        display: none;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        padding-left: 30px;
        border-bottom: 1px solid #bd1f24;
        color: #212529;
        display: inline-block;
        padding: 0px 0 0 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 600;
        line-height: 45px;
}
.YoutubeVideoList .VideoHeader .text a{
        color: #fff;
        padding-left: 30px;
        border-bottom: 1px solid #bd1f24;
        color: #212529;
        display: inline-block;
        padding: 0px 0 0 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 600;
        line-height: 45px;
}
.YoutubeVideoList .ListVideo span>span, .YoutubeVideoList .ListVideo span>a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
}
.YoutubeVideoList .ListVideo span>span {
        background: #b70100;
        color: #fff;
}
.YoutubeVideoList .ListVideo div>span{
        display: flex;
        justify-content: center;
        margin-top: 10px;
}
.YoutubeVideoList .ListVideo > span {
        text-align: center;
        display: block;
}
@media only screen and (min-width: 769px){
.YoutubeVideoList .ListVideo {
        min-height: auto;
}
} 
@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                /*width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;*/
                border-top: none;
                /*padding: 0;*/
        }
}
