#ftr1200ArtistSeries {
    z-index: auto;
}

#ftr1200ArtistSeries .header {
    padding: 12px;
    background: #862633;
    color: #fff;
}

#ftr1200ArtistSeries .header h1 {
    font-size: 54px;
    text-align: center;
    text-transform: uppercase;
}

#ftr1200ArtistSeries .cinematic-wrapper picture {
    display: none;
}

#ftr1200ArtistSeries .cinematic-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}

#ftr1200ArtistSeries .intro-txt {
    padding: 24px;
    background: #862633;
    color: #fff;
}

#ftr1200ArtistSeries .intro-txt .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#ftr1200ArtistSeries .intro-txt .container .logo-wrapper {
    width: calc(40% - 40px);
}

#ftr1200ArtistSeries .intro-txt .container .logo-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

#ftr1200ArtistSeries .intro-txt .container .txt-wrapper {
    width: calc(60% + 40px);
    ;
    padding-left: 40px;
}

#ftr1200ArtistSeries .artists {
    margin-bottom: 48px;
}

#ftr1200ArtistSeries .artists h2 {
    margin: 32px 0;
    color: #000;
    font-size: 40px;
}

#ftr1200ArtistSeries .artist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ftr1200ArtistSeries .artist:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#ftr1200ArtistSeries .artist .artist-txt {
    width: 40%;
    padding-right: 24px;
}

#ftr1200ArtistSeries .artist:nth-child(odd) .artist-txt {
    padding-right: 0;
    padding-left: 24px;
}

#ftr1200ArtistSeries .artist .artist-txt h3 {
    margin: 24px 0 12px 0;
    font-size: 32px;
    text-align: center;
}

#ftr1200ArtistSeries .artist .artist-txt p {
    margin: 24px 0;
}

#ftr1200ArtistSeries .artist .artist-img {
    width: 60%;
}

#ftr1200ArtistSeries .artist .artist-img img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#ftr1200ArtistSeries .artist .artist-img img:hover {
    -webkit-filter: grayscale(.4);
    filter: grayscale(.4);
}

#ftr1200ArtistSeries .artist .artist-img .gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ftr1200ArtistSeries .artist .artist-img .gallery-row .gallery-col {
    padding: 24px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#ftr1200ArtistSeries .artist .artist-img .gallery-row .gallery-col:first-child {
    padding-left: 0;
}

#ftr1200ArtistSeries .artist .artist-img .gallery-row .gallery-col:last-child {
    padding-right: 0;
}

#ftr1200ArtistSeries .footer .hero-txt {
    padding: 24px 48px;
    text-align: center;
}

#ftr1200ArtistSeries .footer .hero-txt h2 {
    font-size: 72px;
}

#ftr1200ArtistSeries .footer .hero-txt p {
    margin: 0;
}

#ftr1200ArtistSeries .footer img {
    width: 100%;
    height: auto;
}

#ftr1200ArtistSeries .footer .button-group {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

#ftr1200ArtistSeries .footer .button-group .button {
    width: 250px;
    margin: 0 12px;
}

#ftr1200ArtistSeriesLightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}

#ftr1200ArtistSeriesLightbox.displayed {
    display: block;
}

#ftr1200ArtistSeriesLightbox img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ftr1200ArtistSeriesLightbox .close {
    float: none;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    z-index: 2;
}

#ftr1200ArtistSeriesLightbox .close .icon {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #862633;
}

#ftr1200ArtistSeriesLightbox .close .icon::before,
#ftr1200ArtistSeriesLightbox .close .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 2px;
    background: #862633;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#ftr1200ArtistSeriesLightbox .close .icon::before {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

#ftr1200ArtistSeriesLightbox .close .icon::after {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

#ftr1200ArtistSeriesLightbox .close:hover .icon::before,
#ftr1200ArtistSeriesLightbox .close:hover .icon::after {
    width: 40px;
}

#ftr1200ArtistSeriesLightbox .prev,
#ftr1200ArtistSeriesLightbox .next {
    position: absolute;
    top: 50%;
    padding: 12px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ftr1200ArtistSeriesLightbox .prev {
    left: 12px;
    padding-left: 0;
}

#ftr1200ArtistSeriesLightbox .next {
    right: 12px;
    padding-right: 0;
}

#ftr1200ArtistSeriesLightbox .prev .arrow,
#ftr1200ArtistSeriesLightbox .next .arrow {
    position: relative;
    width: 50px;
    height: 2px;
    background: #862633;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#ftr1200ArtistSeriesLightbox .prev:hover .arrow,
#ftr1200ArtistSeriesLightbox .next:hover .arrow {
    width: 100px;
}

#ftr1200ArtistSeriesLightbox .prev .arrow::before,
#ftr1200ArtistSeriesLightbox .next .arrow::before,
#ftr1200ArtistSeriesLightbox .prev .arrow::after,
#ftr1200ArtistSeriesLightbox .next .arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    width: 2px;
    height: 20px;
    background: darkred;
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
    transform-origin: top center;
}

#ftr1200ArtistSeriesLightbox .prev .arrow::after {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

#ftr1200ArtistSeriesLightbox .next .arrow::before {
    -webkit-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
}

#ftr1200ArtistSeriesLightbox .next .arrow::after {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

#ftr1200ArtistSeriesLightbox .prev .arrow::before,
#ftr1200ArtistSeriesLightbox .prev .arrow::after {
    left: 0;
}

#ftr1200ArtistSeriesLightbox .next .arrow::before,
#ftr1200ArtistSeriesLightbox .next .arrow::after {
    right: 0;
}

@media screen and (max-width: 1199px) {
    #ftr1200ArtistSeries .footer .button-group .button {
        display: block;
        margin: 6px 0;
    }
}

@media screen and (max-width: 991px) {

    #ftr1200ArtistSeries .artist .artist-img,
    #ftr1200ArtistSeries .artist .artist-txt,
    #ftr1200ArtistSeries .artist:nth-child(odd) .artist-txt {
        width: 100%;
        padding: 24px;
    }

    #ftr1200ArtistSeriesLightbox .prev,
    #ftr1200ArtistSeriesLightbox .next {
        top: 80%;
    }
}

@media screen and (max-width: 767px) {

    #ftr1200ArtistSeries .header h1 {
        font-size: 32px;
    }

    #ftr1200ArtistSeries .cinematic-wrapper picture {
        display: block;
    }

    #ftr1200ArtistSeries .cinematic-wrapper video {
        display: none;
    }

    #ftr1200ArtistSeries .intro-txt .container .logo-wrapper {
        display: none;
    }

    #ftr1200ArtistSeries .intro-txt .container .txt-wrapper {
        width: 100%;
        padding: 0;
    }

    #ftr1200ArtistSeries .footer .hero-txt {
        width: 90%;
        padding: 12px 24px;
    }

    #ftr1200ArtistSeries .footer .hero-txt h2 {
        font-size: 40px;
    }

    #ftr1200ArtistSeriesLightbox .prev,
    #ftr1200ArtistSeriesLightbox .next {
        top: 70%;
    }
}