.fullwidth-layout {
    overflow: hidden;
}

/* banner */
@media (min-width: 992px) {
    .banner .controls-wrapper {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
}

/* home: staff module */
body[class*=color-x24-trad] .section-staff .alias-staff_homepage .staff-member__name, 
body[class*=color-x24-trad] .section-staff .alias-staff_homepage .staff-member__prefix, 
body[class*=color-x24-trad] .section-staff .alias-staff_homepage .staff-member__first-last, 
body[class*=color-x24-trad] .section-staff .alias-staff_homepage .staff-member__suffix {
    font-size: 24px;
    line-height: 1.2;
}
.staff-grid .staff__item .staff-member__image {
    height: 240px;
    object-fit: cover;
    object-position: center top;
}
@media (min-width: 768px) {
    .staff-grid .staff__item .staff-member__image {
        height: 200px;
    }
}
@media (min-width: 992px) {
    .staff-grid .staff__item .staff-member__image {
        height: 290px;
    }
}


