/* @group Secondary Header
------------------------------------ */

.secondary-header .image-col .bp-multimedia {
    height: 64rem;
}

.secondary-header .text-col p {
    max-width: 65%;
    margin: 0 auto;
}

@media only screen
and (min-width : 961px) {
    .secondary-header .image-col .bp-multimedia {
        height: calc(100vh - 8rem - var(--heightSiteNav));
    }
    .secondary-header .text-col p {
        max-width: 71rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */