#highlightVideos {
    margin: 20px 0;
}

#videoGrid {
    width: 824px;
    overflow: hidden;
}

#videoGrid {
    width: 850px;
    margin: 30px 0 0 0;
}

.videoItem {
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin: 0 8px 8px 0;
    float: left;

    background: #333;
}

.videoItemInner {
    /*background: url(/National_Library/oe_/https://falling-walls.com/static/asset/img/bg-shadow-bottom-lightbox.png) repeat-x 0 bottom;*/
    width: 200px;
    height: 150px;
    position: relative;
}

.highlightVideo {
    width: 265px;
    height: 188px;
    overflow: hidden;
    background-size: cover;
    float: left;
    margin: 0 14px 0 0;
    background-position: center center;
}

.highlightVideo .videoItemInner {
    width: 265px;
    height: 188px;
    position: relative;
}

.highlightVideo .videoItemInner a {
    width: 265px;
    height: 188px;
    position: absolute;
    z-index: 6;
    display: block;
}

.highlightVideo .videoItemInner p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    width: 245px;
    background: rgb(136, 120, 113);
    background: rgba(136, 120, 113, 0.95);
}

.videoItem strong {
    display: block;
    font-weight: bold;
    margin: 0 0 4px 0;
    font-size: 12px;
}

.videoItem p {
    left: 10px;
    bottom: 10px;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 125%;

}

.videoItem a {
    width: 200px;
    height: 150px;
    position: absolute;
    z-index: 2;
    display: block;
}

.videoContent {
    margin: 20px 0 0 0;
}

.-highlightVideoSlider {
    overflow: hidden;
}

.videoSliderSlide {
    width: 860px;
}

#institutionsList, #speakerList {
    margin: 10px 0;
}

.instList {
    padding: 2px 0 2px 28px;
    background: url(/National_Library/oe_/https://falling-walls.com/static/asset/img/img-del.png) no-repeat 14px 6px;
    cursor: pointer;
}

.instList:hover {
    background-color: #efefef;
}

#filterBtn {
    display: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #efefef;
}