/* Profile */
.cpt-person .topper-profile .topper-profile__content {
    padding-bottom: 0;
}
.cpt-person .topper-profile .topper-profile__content .rich-text {
    padding-left: 0;
	padding-right: 0;
}
/* List */
.rich-text .people-list ul li {
    padding-left: 0;
}
.rich-text .people-list ul li::before {
    display: none;
}
.rich-text .people-list h4 {
    margin: 0;
	text-transform: none;
}
.rich-text .people-list a {
    box-shadow: none;
}
.rich-text .people-list.grid-view .people-list__img-link {
	/* Approx 3:4 */
    width: 100%;
	max-width: 100%;
    padding-top: 132%;
}
.cpt-people-archive .story-list--stack li.story-list__list-item .story-list__image-link {
	/* 1:1 */
    width: 25%;
	max-width: 25%;
    padding-top: 25%;
}
.rich-text .people-list.grid-view .people-list__img-link img,
.cpt-people-archive .story-list--stack li.story-list__list-item .story-list__image-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    object-fit: cover;
}