.YoutubeVideoList_Default {
	margin-top: 15px;
}
.GridPanel {
	
}
.GridPanel ul.VideoList, li.VideoItem{
padding: 0;
        margin: 0;
        list-style: none;
}
.GridPanel .VideoList{
max-width: 100%;
    width: 100%;
    /* text-align: center; */
    display: flex
;
    grid-auto-flow: row;
    /* margin: 15px 0; */
    padding: 0;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.YoutubeVideoList_Default .VideoHeader{
    display: flex;
    align-items: center;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #104c97;
    position: relative;
    padding-left:28px;
        margin-left: 15px;
}
.YoutubeVideoList_Default .VideoHeader:before {
    position: absolute;
    left: 0;
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url(images/multimedia.png);
    background-size: contain;
        filter: brightness(0) saturate(100%) invert(20%) sepia(60%) saturate(2000%) hue-rotate(190deg);
}
.GridPanel .VideoList .title{
	line-height: 1.4;
        margin-top: 5px;
}