span.closeButton {
        background: url(images/c.png) no-repeat!important;
}
.YoutubeVideoTab {
        margin-top: 0px;
        padding: 0;
        margin-bottom: 30px;
}
.YoutubeVideoTab ul.Tabs li.Active .Text, li:hover .Text {
        text-align: center;
        font-size: 18px;
        position: relative;
        color: #ff2f00;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 0;
        font-weight: 700;
        display: inline-block;
}
.YoutubeVideoTab ul.Tabs li.Active {
        /* padding: 6px 10px; */
        display: inline-block;
        position: relative;
        /* background: #2773d1 url(images/logo.png) no-repeat left 5px center; */
        margin-right: 20px;
}
.YoutubeVideoTab ul.Tabs li.Active:after {
        content: '';
        position: absolute;
        z-index: 1;
        background-color: #2773d1;
        right: -10px;
        top: 0;
        width: 20px;
        height: 100%;
        transform: skewX(30deg);
        -o-transform: skewX(30deg);
        -moz-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        display: none;
}
.YoutubeVideoTab ul.Tabs li.Active, ul.Tabs li:hover {
        /* background: #2773d1; */
}
.YoutubeVideoTab ul.Tabs {
        /* background: #eee none repeat scroll 0 0; */
        /* border: 1px solid #ccc; */
        display: block;
        /* height: 32px; */
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
}
.YoutubeVideoTab ul.Tabs li {
        cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 6px 0;
}
.YoutubeVideoTab ul li.Active .Text {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
}
.YoutubeVideoTab ul.Tabs li .Text {
        font-size: 14px;
        padding: 0 10px;
        text-transform: uppercase;
}
.YoutubeVideoTab ul.VideoList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
}
.YoutubeVideoTab ul.VideoList li:hover .Title {
        color: #2773d1;
}
.YoutubeVideoTab ul.VideoList li .Title {
        text-decoration: none;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        display: inline-block;
        margin-top: 0;
        width: 95%;
}
.YoutubeVideoTab ul.VideoList li {
        cursor: pointer;
        display: inline-grid;
        margin: 0;
        padding: 0;
        vertical-align: top;
        width: calc(100% / 2 - 6px);
}
.YoutubeVideoTab ul.VideoList li .Image {
        display: block;
        width: 95%;
        height: 180px;
        object-fit: cover;
        margin: auto;
        margin-bottom: 10px;
}
.YoutubeVideoTab div span {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
}
.YoutubeVideoTab div span a {
        color: transparent;
        background: #2773d1;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        overflow: hidden;
        display: -webkit-inline-box;
        margin-bottom: -3px;
}
.YoutubeVideoTab div span span{
        color: #fff;
        background: #ff720a;
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
}
.YoutubeVideoTab div span a{
        color: #fff;
        background: whitesmoke;
        width: 25px;
        height: 25px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        color: #333;
}
@media only screen and (max-width: 768px){
        .YoutubeVideoTab ul.Tabs {
                justify-content: center;
        }
}
