/* --- CONTENT HEADER --- */
.content-header {
    display: flex;
    flex-direction: column-reverse;
}


/* --- TABLET (MD) --- */
@media ( min-width: 768px ) {
    .content-header {
        display: block;
        overflow: hidden;
        position: relative;
        padding-top: 4.5rem;
    }
    .content-header--bg {
        padding-top: 0;
    }
    .content-header__video video {
        object-fit: cover;
    }
    .content-header--bg .content-header__content {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .content-header--bg .content-header__text {
        /* col-8 */
        width: 66.666667%;
        padding: 2rem;
        background: #FFF;
    }
}

/* --- DESKTOP (LG) --- */
@media ( min-width: 992px ) {
    .content-header--bg .content-header__text {
        /* col-5 */
        width: 41.666667%;
    }
}
