/* Preserve the original parent hover rotation and caption; normalize only the photo frames. */
body .member-lists > li .member-photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
body .member-lists > li > .backface {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
