.video-grid-filters {
    margin-top: 3.5em;
    margin-bottom: 1em;
    padding-left: 10px;
}

.video-filter-container {
    clear: none;
    width: auto;
    padding-right: 20px;
}

.video-grid {
    clear: both;
    box-sizing: border-box;
}

.video-grid-item {
    display: block;
    height: 400px;
    width: 33.3%;
    float: left;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.video-grid-item:hover {
    background: #edf1f3 !important;
    -webkit-transition: background-color 200ms ease-out 200ms;
    -moz-transition: background-color 200ms ease-out 200ms;
    -o-transition: background-color 200ms ease-out 200ms;
    transition: background-color 200ms ease-out 200ms;
}

.video-grid-item > a::before {
    content: " ";
    background: url("../i/videoplayer/bcg-play-btn.png") 50% 50% no-repeat;
    background-size: auto auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    padding-top: 56%;
    background-size: 31%;
    transition: background 200ms ease-out 200ms;
}

.video-grid-item > a {
    display: block;
}

.video-grid-item > a:hover {
    text-decoration: none;
}

.video-grid-item > a:hover::before {
    background: url("../i/videoplayer/bcg-play-hover.png") 50% 50% no-repeat;
    position: absolute;
}

.video-grid-image {
    width: 100%;
}

.video-grid-title {
    font-size: 20px;
}

.video-grid-title:hover {
    text-decoration: underline;
}

.video-grid-tags {
    font-size: 14px;
}

.video-grid-tags a {
    display: inline;
}

.video-grid-tags a:hover {
    text-decoration: underline;
}

.videoFilterBtn, .videoResetBtn {
    padding: 0.9em !important;
    font-size: 2rem !important;
    margin-top:26px;
}

@media only screen and (min-width:0) and (max-width:600px){
	.video-grid-filters {
        margin-top: 1em;
    }
    .video-grid-item {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width:601px) and (max-width:974px){
    .video-grid-filters {
        margin-top: 1em;
    }
    .video-grid-item {
        width: 50%;
    }

    .video-grid-info{
        height: 100px;
    }
}