span.closeButton {
    background: url(images/c.png) no-repeat!important;
}
.YoutubeVideoTab {
    margin-top: 0px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
}
.YoutubeVideoTab ul.Tabs li.Active .Text, li:hover .Text {
    color: #fff;
}
.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);
}
.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;
}
.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: grid;
    grid-template-columns: calc(25% - (30px * 1/4)) calc(25% - (30px * 1/4)) calc(25% - (30px * 1/4)) calc(25% - (30px * 1/4));
    grid-column-gap: 13px;
}
.YoutubeVideoTab ul.VideoList li:hover .Title {
    color: #2773d1;
}
.YoutubeVideoTab ul.VideoList li .Title {
    color: #333;
    font-size: 13px;
}
.YoutubeVideoTab ul.VideoList li {
    cursor: pointer;
    display: inline-grid;
    margin: 10px 10px 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    float: left;
}
.YoutubeVideoTab ul.VideoList li .Image {
    margin-bottom: 10px;
    width: 100%;
}
.YoutubeVideoTab div span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
}
.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:transparent;
    background:red;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}