/* VIDEOS */
.video-box {
    padding: 10px;
}

.video-box .video-box-title {
    margin-bottom: 25px;
}

.video-box .video-box-title h1 {
    font-weight: 600;
    color: #384F90;
}

.video-box .video-list .inspirationVideo {
    padding-right: 20px;
}

.inspiration-video-name {
    font-weight: 600;
}

.video-box .video-list .inspirationVideo iframe {
    width: 100%;
}

.video-box .video-list .inspirationVideo:last-child {
    padding-right: 0;
}

/* Youtube videos */
.embed-youtube {
    background-color: #000;
    position: relative;
    height: 170px;
    max-height: 170px;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.7;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}

.embed-y outube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0 );
    transform: translate3d( -50%, -50%, 0 );
}

.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}