/* header firm logo */
@media (max-width: 767px) {
    a.logo-a__image-link {
        display: block;
    }
}
@media (max-width: 991px) {
    .alias-partial_header_1 {
        padding-left: 0 !important;
    }
}
.searchbar-a {
    padding: 0 !important;
}

/* atty landing page */
.staff-b .staff-member__name {
    margin-top: 0;
}
@media (min-width: 768px) {
    .staff-b--12 .staff__item .staff-member {
        display: flex;
        align-items: center;
    }
    .staff-b--12 .staff__item .staff-member__image-wrapper,
    .staff-b--12 .staff__item .staff-member__image-wrapper picture {
        display: flex;
        position: relative;
    }
    .staff-b .staff-member__image {
        align-self: center;
    }
    .staff-b--12 .staff__item .staff-member__text-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* sticky logo */
.section-logo .logo-a__horizontal__left .logo-a__image {
    margin: 0;
}

/* home: picture slider */
.gallery .gallery-slider .gallery-item img {
    object-fit: cover;
    object-position: center top;
    max-height: 300px;
}