.large-hero-with-video-content {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            transition:         transform .5s;
            transition:         transform .5s, -webkit-transform .5s;
    margin-top: 8.75rem;
    padding: 0px;
}
.large-hero-with-video-content.unset {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
@media all and (min-width: 768px) {
    .large-hero-with-video-content {
        margin-top: 11.25rem;
        padding: 2.5rem 2.5rem 0 2.5rem;
        /*width: calc(100% - 120px);*/
    }

    .large-hero-with-video-content.unset {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    body.chinese-fonts .large-hero-with-video-content.careers-quote-module {
        max-width: 928px;
        padding-left: 26px;
        padding-right: 26px;
    }
}
@media all and (min-width: 992px) {
    .japan-careers .large-hero-with-video-content {
        max-width: 934px;
        padding-right: 96px;
    }
    .large-hero-with-video-content {
        margin-top: 0;
        margin-bottom: -60px;
        padding: 3.75rem 5rem 0 5rem;
        /*max-width: 1000px;*/
        -webkit-transform: translateY(-60px);
                transform: translateY(-60px);
        width: calc(100% - 120px);
        max-width: 1120px;
        padding: 70px 192px 56px 96px;
    }
    .profile-inset ~ .large-hero-with-video-content,
    .large-hero-with-video-content.unset {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        margin-bottom: 0;
    }
}

@media all and (max-width: 768px) {
    .japan-careers .default-component.large-hero-with-video-content.inset-module.careers-quote-module h2 {
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 300 !important;
        margin-bottom: 40px;
    }
    .default-component.large-hero-with-video-content.inset-module.careers-quote-module h2 {
        padding: 40px 26px;
        color: #212121;
        font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif !important;
        font-size: 28px !important;
        line-height: 36px !important;
        font-weight: 300 !important;
    }
}

@media all and (min-width: 768px) {
    .large-hero-with-video-content h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all {
    .large-hero-with-video-content h2 {
        text-align: left;
    }
}
@media all and (min-width: 768px) {
    .large-hero-with-video-content h2 {
        font-size: 2.125rem;
    }
}
@media all and (min-width: 992px) {
    .japan-careers .large-hero-with-video-content h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .large-hero-with-video-content h2 {
        font-size: 2.75rem;
    }
}

.large-hero-with-video-content.careers-quote-module{
    clear:both;
    margin-top:0;
}
.large-hero-with-video-content.careers-quote-module::after{
    display:block;
    clear:both;
    content: ' ';
}
@media all and (min-width: 768px) {
    .large-hero-with-video-content.careers-quote-module {
        margin-top:0;
    }
}
