.btYoutube .no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.btYoutube .video-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}
.btYoutube .video-wrapper iframe {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 720px;
    z-index: 1;
}
.btYoutube .video-wrapper .play {
    background: none;
    border: none;
    position: absolute;
    top: 90px;
    left: 50%;
    display: block;
    cursor: pointer;
    width: 110px;
    height: 110px;
    margin-left: -50px;
    z-index: 4;
}
.btYoutube .video-wrapper .play:active,
.btYoutube .video-wrapper .play:focus,
.btYoutube .video-wrapper .play:hover {
    border: none !important;
    outline: none !important;
}
.btYoutube .video-wrapper .video-hero-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 2;
}
.btYoutube .video-wrapper .video-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.btYoutube .video-wrapper .video-hero-content span {
    position: absolute;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 200;
    width: 100%;
    top: 200px;
}
.btYoutube .btYoutubeModal #modal_video {
    border: 0;
    width: 100%;
    height: 400px;
}
.btYoutube .modal-dialog .close {
    right: 0;
    margin-top: -50px;
}

.btYoutube .share {
    border-top: 1px solid #ddd;
    padding: 50px;
    margin-top: 20px;
}
.btYoutube .share p {
    font-size: 18px;
    text-align: center;
}
.btYoutube .share ul {
    width: 266px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.btYoutube .share ul li {
    position: relative;
    float: left;
    width: 49px;
    height: 49px;
    margin: 0 2px;
}
.btYoutube .share ul a {
    width: 49px;
    height: 49px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.btYoutube .share ul a span {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/wvsharestory_sprite_mob.png);
}
.btYoutube .share ul .email span {
    background-position: 0 0;
}
.btYoutube .share ul .twitter span {
    background-position: -53px 0;
}
.btYoutube .share ul .facebook span {
    background-position: -105px 0;
}
.btYoutube .share ul .pinterest span {
    background-position: -159px 0;
}
.btYoutube .share ul .google span {
    background-position: -211px 0;
}
.btYoutube .share ul.without-pinterest {
    width: 213px;
}

/**
 * Toolkit styles
 */
.youtube-toolkit {
    padding: 15px;
}
.youtube-toolkit .column-content {
    background-color: #fff;
    position: relative;
    height: 310px;
}
.youtube-toolkit .column-content .player-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index:2;
}
.youtube-toolkit .column-content .player-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px;
    z-index:5;
}
.youtube-toolkit .column-content .player-content p {
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.youtube-toolkit .column-content .player-content .play-btn {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}

@media (min-width: 768px) {

    .btYoutube .share ul {
        width: 500px;
    }
    .btYoutube .share ul li {
        width: 90px;
        height: 90px;
        margin: 0 5px;
    }
    .btYoutube .share ul a {
        width: 90px;
        height: 90px;
    }
    .btYoutube .share ul a span {
        background-image: url(../images/wvsharestory_sprite.png);
        width: 90px;
        height: 90px;

    }
    .btYoutube .share ul .email span {
        background-position: 0 0;
    }
    .btYoutube .share ul .email:hover span,
    .btYoutube .share ul .email:focus span {
        background-position: 0 -92px;
    }
    .btYoutube .share ul .twitter span {
        background-position: -100px 0;
    }
    .btYoutube .share ul .twitter:hover span,
    .btYoutube .share ul .twitter:focus span {
        background-position: -100px -92px;
    }
    .btYoutube .share ul .facebook span {
        background-position: -200px 0;
    }
    .btYoutube .share ul .facebook:hover span,
    .btYoutube .share ul .facebook:focus span {
        background-position: -200px -92px;
    }
    .btYoutube .share ul .pinterest span {
        background-position: -300px 0;
    }
    .btYoutube .share ul .pinterest:hover span,
    .btYoutube .share ul .pinterest:focus span {
        background-position: -300px -92px;
    }
    .btYoutube .share ul .google span {
        background-position: -400px 0;
    }
    .btYoutube .share ul .google:hover span,
    .btYoutube .share ul .google:focus span {
        background-position: -400px -92px;
    }
    .btYoutube .share ul.without-pinterest {
        width: 400px;
    }
}

/** XS **/
@media (max-width: 767px) {

    /**
     * Toolkit styles
     */
    .youtube-toolkit {
        padding-bottom: 0;
    }
}

/** EOF **/
