
.YoutubeVideoList {
    margin-bottom: 10px;
    padding: 0;
}
.YoutubeVideoList .ListVideo {
    max-height: 320px;
    overflow-y: auto;
    padding: 5px 15px 5px 0;
}
.YoutubeVideoList .ListVideo span[id*='pageVideo']{
    display: none;
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoList li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 100px;
}
.YoutubeVideoList li .title:hover {
    color: #b82805;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 13pt arial;
}
.YoutubeVideoList li .title:before
{
 	content: "\f008";
 	font-family: 'Font Awesome 5 Pro';
 	border-radius: 0;
 	display: inline-block;
 	margin-right: 5px;
    color: #bd1723;
}

.YoutubeVideoList .VideoHeader {
    /* display: none; */
    border-radius: 5px 0 0;
    color: #bd1723;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    line-height: 52px;
    box-shadow: 0 4px 20px 0 #9d9d9d26;
}
.YoutubeVideoList .VideoHeader .Text {
 font-weight: 600;
 font-size: 18px;
}

.YoutubeVideoList .VideoItem .image{
        /* display:none; */
}