.ms-videogallery-template {
    padding-bottom: 185px;
}

.ms-videogallery-template.ms-videogallery-vertical-template {
    padding-right: 290px;
    padding-bottom: 0 !important;
    margin: 0 auto;
}

.ms-videogallery-template .ms-layer {
    font-family: "Lato", sans-serif;
}

.ms-videogallery-template .ms-layer.video-title {
    font-weight: 300;
    background: #1F1F1F;
    color: white;
    padding: 11px;
    text-transform: uppercase;
}

.ms-videogallery-template .ms-layer.video-author {
    background: #FFFFFF;
    padding: 4px 10px;
    font-size: 14px;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h {
    bottom: auto;
    height: auto;
    width: 100%;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v {
    height: 100%;
    right: -388px;
    top: 0;
    width: 375px;
}

.ms-videogallery-template .ms-thumb-frame {
    cursor: pointer;
    float: left;
    font-family: "Lato", sans-serif;
    text-shadow: 0 1px 1px white;
    color: #222;
    font-weight: 300;
    position: relative;
    overflow: visible;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
    width: 214px;
    height: auto;
    margin: 10px 10px 0 0;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
    width: 342px;
    height: 90px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #CCC;
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#f1f1f1));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f1f1f1, #CCC);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f1f1f1, #CCC);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f1f1f1, #CCC);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f1f1f1, #CCC);
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame:hover {
    background-color: #fff;
}

.ms-thumb-list.ms-dir-v .ms-thumb-frame img {
    width: 100px;
    float: left;
}

.ms-thumb-frame .ms-thumb img {
    height: 78px!important;
}

.ms-videogallery-template .ms-thumb {
    text-align: center;
}

.ms-videogallery-template .ms-thumb-frame h3 {
    font-weight: 400;
    font-size: 10pt;
    margin: 10px 0 0 0;
}

.ms-videogallery-template .ms-thumb-frame p {
    font-size: 10pt;
    margin: 4px 0;
}

.ms-videogallery-template .ms-thumb-frame-selected {
    opacity: 1;
}

.ms-videogallery-template .ms-thumb-ol {
    width: 214px;
    background: black;
    opacity: 0.5;
    height: 119px;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
    width: 100px;
    height: 78px;
    margin-top: 6px;
}

.ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 0;
}

.ms-videogallery-template .ms-ie7 .ms-thumb-ol,
.ms-videogallery-template .ms-ie8 .ms-thumb-ol {
    display: none;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
    float: left;
    font-size: 12px;
    width: 222px;
    margin: 0 10px;
    text-align: left;
    line-height: 16px;
}

@media (max-width: 600px) {
    .ms-videogallery-template {
        padding-bottom: 135px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
        width: 100px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
        width: 100px;
        height: 56px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
        width: 240px;
        height: 58px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {
        width: 100px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
        width: 100px;
        height: 56px;
    }
    .ms-videogallery-template.ms-videogallery-vertical-template {
        padding-right: 250px;
    }
    .ms-videogallery-template .ms-thumb-list.ms-dir-v {
        width: 240px;
        right: -250px;
    }
}

@media (max-width: 400px) {
    .ms-videogallery-template .ms-thumb-list.ms-dir-v {
        display: none;
    }
    .ms-videogallery-template.ms-videogallery-vertical-template {
        padding-right: 0px;
    }
}