
/* .banner-a .banner__video-wrapper.video-container .video {
    object-fit: cover;
}
.banner-a .banner__title {
    text-transform: capitalize;
}
.blade__wrap .row {
    align-items: center;
}
.header-z-index{
    z-index: 199 !important;
}

.banner-a .banner__title {
    font-size: 3rem;
    line-height: 3.5rem;
}

.alias-header_location a, .alias-header_location_sticky a {
    font-size: .95rem !important;
    font-weight: 400 !important;
    line-height: .5rem !important;
} 

     */

.staff-multiple-column .staff__item .staff-member, .staff-single-column:not(.staff__slider) .staff-member, .staff-multiple-column .staff-member {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .staff-member__text{
        height: 160px !important;
        overflow: hidden !important;
    }
}

html{
    opacity: 0;
    transition: opacity 1s ease-out;
}

h3.staff__title.component__title {
    opacity: 1;
}
.staffcstm .staff-member__text {
    height: auto !important;
}

/* .staffcstm a.cta__button.component__button--1 {
    position: absolute;
    bottom: 0;
} */
.col-lg-12 .staff-single-column .staff-member__text {
    min-height: unset !important;
    height: auto !important;
}
/* @media(min-width: 992px) {
    .banner-a .banner__title {
        font-size: 5rem;
        line-height: 5.5rem;
        font-weight: 700;
    }
    .banner-a .banner__image img {
        margin-left: 230px;
    }

} */