/* Preserve every face in the portrait while retaining the About page's established crops. */
.story-photo img {
    object-position: 50% 39%;
}

@media (max-width: 760px) {
    .story-photo img {
        object-position: 50% 43%;
    }
}
