.ns-gallery *{
    box-sizing: border-box;
    font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
}
.ns-gallery{
    margin: 0 auto;
    width: 100%;
}
.ns-gallery img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slide{
    width: 100%;
    cursor: pointer;
    transition: opacity .15s ease-in-out;
}
.slide:not(.active) {
    opacity: .5;
}
.slide__media{
    padding-top: 56.75%;
    position: relative;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D8D8D8;
}
.slide__media::after{
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in-out;
}
.slide.active .slide__media::after{
    opacity: 1;
    visibility: visible;
}
.slide__label{
    user-select: none;
    text-align: center;
    margin-top: 20px;
    font-weight:    400;
    font-size:      13px;
    line-height:    13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
}
.ns-gallery h2{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight:    300;
    font-size:      22px;
    line-height:    20px;
}
.active-content{
    overflow: hidden;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
}
.active-content{
    margin: 0 15px;
}
.active-content.transition-slide{
    opacity: 0;
    visibility: hidden;
}
.active-content__media{
    padding-top: 56.75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #D8D8D8;
    margin-bottom: 25px;
}
.active-content__media .play-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 100;
    height: 50px;
    width: 50px;
    transition: all .15s ease-in-out;
}
.active-content:hover .play-icon{
    height: 55px;
    width: 55px;
}

.active-content__media iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.active-content__copy h3{
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight:    400;
    font-size:      18px;
    line-height:    20px;
}
.active-content__description{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight:    400;
    font-size:      14px;
    line-height:    18px;
    position: relative;
    margin-left: .7em;
    text-indent: -0.7em;
    max-width: 600px;
}
.active-content__subtitle{
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight:    400;
    font-size:      14px;
    line-height:    17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ns-gallery .owl-carousel{
    position: relative;
}
.ns-gallery .owl-prev iron-icon{
    position: absolute;
    left: -32px;
    top: -35px;
    bottom: 0;
    margin: auto;
}
.ns-gallery .owl-next iron-icon{
    position: absolute;
    right: -32px;
    top: -35px;
    bottom: 0;
    margin: auto;
}
.ns-gallery .owl-nav iron-icon{
    color: #63666A;
    transition: all .15s ease-in-out;
}
.ns-gallery .owl-nav:hover iron-icon{
    color: #272525;
}
.ns-gallery .owl-stage{
    padding-left: 0 !important;
}
.play-icon{
    transition: opacity .4s ease-in-out;
}
.active-content.play-media .play-icon{
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 768px) {
    .ns-gallery{
        width: calc(100% / 12 * 10);
    }
    .ns-gallery__container{
        margin: 0 auto;
    }
    .ns-gallery__container.contain-width{
        max-width: calc(100% / 12 * 10);
    }
    .slide{
        width: auto;
    }
    .slide__label{
        display: block;
    }
    .active-content{
        margin: 0 auto;
    }
    .active-content__media{
        margin-bottom: 0;
    }
    .active-content__copy{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        padding: 45px 70px 45px 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 50%;
        max-width: 50%;
        overflow: hidden;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    }
    .active-content__copy::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: calc(100% + 1px);
        width: 100%;
        max-width: 500px;
        background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,1)),color-stop(70%, rgba(255,255,255,.75)),color-stop(80%, rgba(255,255,255,.55)),to(rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,.75) 70%,rgba(255,255,255,.55) 80%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,.75) 70%,rgba(255,255,255,.55) 80%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,.75) 70%,rgba(255,255,255,.55) 80%,rgba(255,255,255,0) 100%);
    }

    .active-content__description{
        position: relative;
        margin-top: 15px;
        margin-bottom: 0;
        font-size:      18px;
        line-height:    24px;
        margin-left: 0;
        max-width: 100%;
    }
    .active-content__copy > * {
        z-index: 1;
        position: relative;
    }
    .active-content__copy h3{
        text-align: left;
        margin-bottom: 0;
        font-size:      28px;
        line-height:    34px;
    }
    .ns-gallery .owl-carousel{
        margin-top: 15px;
    }
    .active-content__subtitle{
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .active-content.play-media .active-content__copy{
        opacity: 0;
        transform: translateX(-100%);
    }
}
@media (min-width: 1024px) {
    .ns-gallery.contain-width{
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1024px;
    }
    .ns-gallery:not(.contain-width){
        width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }
    .active-content__copy{
        max-width: 350px;
    }
}
@media (min-width: 1440px) {
    .ns-gallery.contain-width{
        max-width: 1440px;
    }
    .ns-gallery .ns-gallery__container{
        max-width: calc(100% / 12 * 8);
    }
    .ns-gallery:not(.contain-width) .ns-gallery__container{
        max-width: 100%;
    }
}

.mT--none{ padding-top: 0; }
.mT--xs{ padding-top: 20px; }
.mT--sm{ padding-top: 40px; }
.mT--md{ padding-top: 60px; }
.mT--lg{ padding-top: 80px; }

.mB--none{ padding-bottom: 0; }
.mB--xs{ padding-bottom: 20px; }
.mB--sm{ padding-bottom: 40px; }
.mB--md{ padding-bottom: 60px; }
.mB--lg{ padding-bottom: 80px; }

.ns-gallery img[src=""],
.ns-gallery iframe[src=""],
.ns-gallery h2:empty,
.ns-gallery h3:empty,
.slide__label:empty,
.active-content__subtitle:empty,
.active-content__description.empty,
.active-content__copy.empty,
.active-content__media[data-src-hold=""] .play-icon{
    display: none;
}