.YoutubeVideoList {
        margin-bottom: 15px;
        padding: 3px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
}
.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: 100%;
        object-fit: cover;
}
.YoutubeVideoList li .title:hover {
        color: #620101;
}
.YoutubeVideoList li .title {
        color: #212529;
        font-size: 15px;
        flex: 1;
        /* margin-left: 15px; */
        padding-top: 10px;
}
.YoutubeVideoList .VideoHeader {
           margin-bottom: 10px;
    border-bottom: 1px solid #dc3545;
    width: 100%;
    background: #e74c3c;
    padding: 3px 0;
    border-radius: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
      color: #ffffff;
    font: bold 11pt/35px arial;
    padding: 0px 8px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 15px;
}
.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: 50%;
        font-size: 14px;
        text-decoration: none;
}
.YoutubeVideoList .ListVideo span>span {
        background: #e74c3c;
        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;*/
        }
}
