.mmLightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100001;
    left: 0;
    top: 0;
    background: #000000d6;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mmLightbox.shown {
    pointer-events: all;
    opacity: 1
}

.mmLightbox .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mmLightbox iframe {
    width: 95%;
    height: calc(95vw * .5625);
    max-width: calc(90vh / .5625);
    max-height: 90vh;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.mmLightbox .closeLightbox {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20001;
    color: white;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.mmLightbox .closeLightbox:hover {
    opacity: 1
}

.lightbox {
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    position: fixed;
    display: none;
    z-index: 1000000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top:10%
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top:13%
    }
}

.lightbox-content {
    -webkit-box-shadow: 0 1px 6px fade(black, 70%);
    box-shadow: 0 1px 6px fade(black, 70%);
    padding-top: 10%!important
}

.lightbox-close {
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%
}

.lightbox .video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0
}

.lightbox .video-container embed,.lightbox .video-container iframe,.lightbox .video-container object {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}


@media screen and (max-width: 414px) {
    .lightbox-container {
        max-width: 540px!important
    }
}

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

    .slider-adjuster {
        padding-left: 2%;
        padding-right: 2%
    }

  
}

.subSections .subSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin-bottom: 5em
    text-align: center;
    color: white;
}

.subSections .subSection .swiper-wrapper .video:first-child {
    margin-left: 5rem;
}

.subSections .subSection .headline {
    width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1em
}

.subSections .subSection .headline h2 {
    font-family: 'DIN', sans-serif;
    font-size: 4em;
    text-transform: uppercase
}

.subSections .subSection .headline h2 span {
    display: block;
    font-size: 175%
}

.subSections .subSection .headline .subtitle {
    font-size: 1.25em;
    font-family: 'DIN', sans-serif
}

@media only screen and (max-width: 768px) {
    .subSections .subSection .headline h2 {
        font-size:2em
    }
}

.subSections .subSection .videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-left: 1em;
    padding-top: 1em
}

.subSections .subSection .videos .swiper-slide {
    width: 280px
}

.subSections .subSection .videos .video {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 250ms all;
    -o-transition: 250ms all;
    transition: 250ms all
}

.subSections .subSection .videos .video:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1
}

.subSections .subSection .videos .video .image {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: .5em;
    overflow: hidden
}

.subSections .subSection .videos .video .image:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.subSections .subSection .videos .video .image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: center center;
}

.subSections .subSection .videos .video .videoTitle {
    font-family: 'Patua One', cursive;
    text-transform: uppercase;
    font-size: 1.25em
}

.subSections .subSection .videos .swiper-container-alt {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.subSections .subSection .videos .swiper-container-alt .swiper-wrapper {
    padding: 0
}

.subSections .subSection .videos .swiper-container-alt :root {
    --swiper-theme-color: #fff!important
}

.subSections .subSection .videos .swiper-container-alt .swiper-button-next,.subSections .subSection .videos .swiper-container-alt .swiper-button-prev {
    --swiper-theme-color: #fff!important;
    color: #fff;
    top: 100px
}

.subSection .swiper-button-next:after,
.subSection .swiper-button-prev:after {
    font-size: 5rem;
    font-weight: bold;
}


.subSections .subSection .videos .swiper-container-alt .swiper-button-prev {
    left: calc(1em + 10px);
    top: 50%;
}

.subSections .subSection .videos .swiper-container-alt .swiper-button-next {
    right: calc(1em + 10px);
    top: 50%;
}

@media all and (max-width: 640px) {
    .subSection .swiper-button-next:after,
.subSection .swiper-button-prev:after {
    font-size: 3rem;
}


}

.subSections .subSection .videos .swiper-container-alt .slider-adjuster {
    padding-left: 3%;
    padding-right: 3%
}



@media only screen and (max-width: 768px) {
    .subSections .subSection {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .subSections .subSection .headline {
        width: 100%
    }

    .subSections .subSection .videos {
        width: 100%
    }
}



.subSections {
    padding: 6rem 0;
    background-size: cover;
    background-position: center -5vw;
    background-repeat: no-repeat;
}

.subSections .heading {
    margin-bottom: 4rem;
}
.subSections .heading h2 {
    color: white;
    font-family: "Ganache", sans-serif;
    font-size: 5vw;
    text-align: center;
    text-transform: none;
    font-weight: 500;}

.subSections .heading p {
    color: white;
    text-align: center;
    font-size: 1.4rem;
    max-width: 60rem;
}

@media all and (max-width: 1000px) {
    .subSections .heading h2 {
        font-size: 3rem;
        max-width: 90%;
    }
    .subSections .heading p {
        font-size: 1.2rem;
        max-width: 90%;
    }
    .subSections .subSection .swiper-wrapper .video:first-child {
        margin-left: 3.5rem;
    }
    
}