.YoutubeVideoList {
        margin-bottom: 15px;
        padding: 0;
        border: 1px solid #e9ecef;
        margin-top: 30px;
}
.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;
        /*cursor: pointer;
        margin-bottom: 5px;
        position: relative;
        display: inline-block;*/
}

.YoutubeVideoList .ListVideo .VideoList .VideoItem .image {
		/*display: block;
		float: left;*/
        /* 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 {
        padding: 0;
}
.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 15px;
        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: #bd1f24;
        color: #fff;
}
.YoutubeVideoList .ListVideo >span{
        display: flex;
        justify-content: center;
        margin-top: 10px;
}
@media only screen and (min-width: 769px){
.YoutubeVideoList .ListVideo {
        min-height: 400px;
}
} 
@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                /*width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;*/
                border-top: none;
                /*padding: 0;*/
        }
}
