.background-quote {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
    -webkit-transition: background-position 100ms;
            transition: background-position 100ms;
    padding-bottom: 1.25rem;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .background-quote {
        background-image: unset;
        -webkit-transition: background-position 100ms;
                transition: background-position 100ms;
    }
}
@media all and (min-width: 992px) {
    .background-quote {
        font-size: 7.5rem;
        background-position: center 0;
        padding-bottom: 1.875rem;
    }
}
.background-quote .background-video-wrapper {
    display: none;
}
@media all and (min-width: 768px) {
    .background-quote .background-video-wrapper {
        display: block;
        width: 100%;
        height: 100%;
    }
    .background-quote .background-video-wrapper video {
        display: inline-block;
        min-height: 100vh;
        min-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.background-quote .background-quote__content {
    opacity: 0;
    max-width: 315px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__content {
        position: absolute;
        z-index: 1;
    }
}
@media all and (min-width: 992px) {
    .background-quote .background-quote__content {
        /* max-width: 600px;
            align-items: center; */
        max-width: 900px;
    }
}
@media all and (min-width: 1240px) {
    .background-quote .background-quote__content {
        max-width: 1120px;
    }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    .background-quote .background-quote__content {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.background-quote .background-quote__copy {
    font-family: "GS Serif";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.background-quote .background-quote__copy h1 {
    font-family: "GS Serif";
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    text-transform: none;
}
@media all and (min-width: 767px) {
    .background-quote .background-quote__copy h1 {
        font-size: 54px;
        line-height: 70px;
    }
}
/*@media all and (min-width: 992px) {*/
    /*.background-quote .background-quote__copy h1 {*/
        /*font-size: 2.6875rem;*/
        /*line-height: 3rem;*/
    /*}*/
/*}*/

@media all and (min-width: 992px) and (-ms-high-contrast: none), all and (min-width: 992px) and (-ms-high-contrast: active) {
    .background-quote .background-quote__copy {
        width: 100%;
    }
}
.background-quote .background-quote__signature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    width: 207px;
    height: auto;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature {
        width: 225px;
        height: auto;
    }
}
.background-quote .background-quote__signature .signatureImage {
    max-width: 207px;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature .signatureImage {
        max-width: 260px;
    }
}
.background-quote .background-quote__signature span {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1rem;
    text-align: center;
    margin-bottom: 7px;
}
@media all and (min-width: 768px) {
    .background-quote .background-quote__signature span {
        margin-top: 20px;
    }
}
@media all and (min-width: 992px) {
    .background-quote .background-quote__signature span {
        margin-top: 0;
        font-size: 1rem;
        line-height: 1.625rem;
    }
}

.dummy-content {
    background: #FFFFFF;
    position: relative;
    z-index: 100;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .large-hero__copy {
        position: absolute;
        bottom: 3.125rem;
        max-width: 100%;
        padding-bottom: 0;
        left: 0;
    }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
    .large-hero__copy {
        top: 50%;
        left: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}
