/*.YoutubeVideoList .GridPanel {
    text-align: center;
}

@media only screen and (max-width: 768px){
.YoutubeVideoList .GridPanel .VideoList {
    column-count: 2;
}
}*/
.YoutubeVideoList {
        padding: 12px 0;
}
.YoutubeVideoList .GridPanel {
        text-align: center;
}
.YoutubeVideoList .GridPanel .VideoList {
        columns: 5;
        -webkit-columns: 5;
        -moz-columns: 5;
        padding: 0px;
}
.YoutubeVideoList .GridPanel .VideoList .VideoItem {
        list-style: outside none none;
        margin-bottom: 12px;
        display: block;
}
.YoutubeVideoList .GridPanel span[id$=pageVideo] {
        display: none;
}
.YoutubeVideoList .GridPanel .VideoList .VideoItem .title {
        display: inline-block;
        font-family: Merriweather;
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 23px;
        color: #182940;
}
.YoutubeVideoList .GridPanel .VideoList .VideoItem .image img:hover {
        cursor: pointer;
        transition: transform 0.8s;
        transform: scale(1.05);
}
.YoutubeVideoList .VideoHeader span{
        text-transform: uppercase;
        white-space: norrmal;
        font-size: 17px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
}
.YoutubeVideoList .VideoHeader {
        padding: 12px 0px;
        border-top: 2px solid #DA251C;
        width: 100%;
        border-radius: 2px 2px 0 0;
}


.YoutubeVideoList .GridPanel .VideoItem {
    width: 100%;
    padding:0;
}

.YoutubeVideoList .GridPanel .title {
    font-size:15px!important;
    text-align: center;
}


@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                padding: 0 20px;
        }
        .YoutubeVideoList .GridPanel {
        }
        .YoutubeVideoList .GridPanel .VideoList {
                column-count: 2;
        }
        .YoutubeVideoList .GridPanel .VideoList .VideoItem {
                -webkit-column-break-inside: avoid;
                page-break-inside: avoid;
                break-inside: avoid-column;
                min-height: 24vh;
        }
        .YoutubeVideoList li .title {
    			color: #555!important;
   				 font-size: 14px !important;
    			text-align: center !important;
    			width: 100% !important;
}
}
