.YoutubeVideoList {
        margin-bottom: 15px;
        padding: 0;
        border: 1px solid #e9ecef;
}
.YoutubeVideoList .ListVideo {
        padding: 15px;
        min-height: 350px;
}
.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 .ListVideo .VideoItem img {
        /* display: none; */
        height: 70px;
        width: 115px;
        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;
        background: linear-gradient(90deg, rgba(32, 133, 59, 1) 0%, rgba(83, 166, 82, 1) 42%, rgba(137, 186, 118, 1) 100%);
        /* border: 1px solid #89ba76; */
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        padding-left: 30px;
        /* border-bottom: 1px solid #bd1f24; */
        display: inline-block;
        padding: 0px 0 0 40px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        font-size: 20px;
        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: #bd1f24;
        color: #fff;
}
.YoutubeVideoList .ListVideo> span{
        display: flex;
        justify-content: center;
        margin-top: 10px;
}
.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: linear-gradient(90deg, rgba(32, 133, 59, 1) 0%, rgba(83, 166, 82, 1) 42%, rgba(137, 186, 118, 1) 100%);
        color: #fff;
}
.YoutubeVideoList .ListVideo div>span{
        display: flex;
        justify-content: center;
        margin-top: 10px;
}
@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
                border-top: none;
                padding: 0;
        }
}
