footer.prev-next-footer {
    display: none;
}

/* Homepage team cards */
.sd-card .sd-card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
}

img.profile-photo {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 0;
    vertical-align: top;
}

.team-card > .sd-card-body {
    padding: 0 !important;
    overflow: hidden;
}

.team-card > .sd-card-body > .sd-row {
    margin: 0 !important;
    align-items: stretch !important;
}

.team-photo-col {
    padding: 0 !important;
    display: flex;
    height: 220px;
    overflow: hidden;
}

.team-photo-col img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center center;
    flex-shrink: 0;
}

.team-text-col {
    padding: 1rem 1.25rem !important;
}
