/**********************
VIDEO THUMBNAILS
**********************/

.videoGallery {
    padding: 0 2%;
}

.videoGallery-item {
    display: none;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {

    .videoGallery-item {
        margin-right: 2%;
        width: 22.5%;
    } 

}

.videoGallery-item--visible {
    display: inline-block;
}

.videoGallery-item--clickable {
    cursor: pointer;
}

.videoGallery-itemTitle {
    display: none;
}

.videoGallery-itemImage {
    height: auto;
    width: 100%;
}

.videoGallery-item:last-child {
    margin-right: 0;
}



/**********************
VIDEO OVERLAY
**********************/

.overlay {
    background: rgba( 0, 0, 0, 0.95);
    display: none;
    height: 100%;
    overflow: scroll;
    padding-top: 100px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100vw;
    z-index: 11;

}

.overlay-contentContainer {
    margin: auto;
    max-width: 1024px;
    width: 75%;
    padding-bottom: 150px;
}

.overlay-closeButton {
    color: #fff;
    font-size: 8vw;
    font-weight: 900;
    right: 2%;
    top: 2%;
    position: absolute;

}

@media only screen and (min-width: 768px) {

    .overlay-closeButton {
        font-size: 4vw;
    }

}

.overlay-closeButton:hover {
    color: #fff;
    text-decoration: none;
}

.overlay-player {
    display: inline-block;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.overlay-youtubePlayerContainer {
    height: 0;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.overlay-youtubePlayer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay-image {
    margin-bottom: 30px;
    max-width: 100%;
}

.overlay-link {
    border: #fff 2px solid;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    left: 50%;
    margin: 20px auto;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.overlay-link:focus,
.overlay-link:active,
.overlay-link:hover {
    color: #fff;
    text-decoration: none;
}

.overlay-title,
.overlay-text {
    color: #fff;
}

.overlay-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 15px 0 25px;
}

.overlay-text {
    line-height: 130%;
}
