
.YoutubeVideoList {
    margin-bottom: 10px;
    padding: 0;
}
.YoutubeVideoList .ListVideo {
    padding: 5px 5px 0 0;
    text-align: right;
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.YoutubeVideoList li {
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px 0px;
    padding: 0px 10px;
    width: 20%;
}
.YoutubeVideoList .ListVideo .VideoItem .image {
    display: inline-block;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 100%;
}
.YoutubeVideoList li .title:hover {
    color: #b82805;
}
.YoutubeVideoList li .title {
    color: #555;
    font-size: 14px;
    text-align: justify;
}
.YoutubeVideoList .VideoHeader {
    border-radius: 0 10px 0 0;
    /* display: none; */
    height: 28px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #424242;
    padding-left: 0;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.YoutubeVideoList .VideoHeader .Text::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #a46422;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.ListVideo > span .CurrentPage {
    font: 14px arial;
    color: red;
    font-weight: bold;
    text-align: right;
}

@media only screen and (max-width: 768px){
.YoutubeVideoList {
	width:100vw!important;
}
        
.YoutubeVideoList li {
    width: 100%!important;
}
 .YoutubeVideoList .ListVideo {
    /*padding: 5px 10px 0 0 !important;
    text-align: right;*/
}
}
