.staff-member__image{
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px;
}

.fix-scroll-bar .redactor-limit-scrollbar {
    max-height: 100px;
    overflow-y: scroll;
}

.flexslider .slides .staff-member__description img {
    width: inherit;
}


/* SMBWMGR-10910 - fix for staff-b layout and lazy load on */
.lazyLoadImg .staff-b--12 .staff__item .staff-member__image-wrapper {
    position:relative;
}
.lazyLoadImg .staff-b--12 .staff__item .staff-member {
    display:flex;
}
.lazyLoadImg .staff-b--12 .staff__item .staff-member__text {
    width: 100%;
}
.lazyLoadImg .staff-b--12 .staff__item .staff-member__text-wrap {
    max-width: 100%;
    flex: auto;
}