/* Ensure the image fills the ratio box neatly */
.object-fit-cover{ object-fit: cover; object-position: 50% 0; }
.staff-thumbnail-s{ flex: 0 0 5rem; max-width: 5rem; position: relative; width: 5rem; }
.staff-thumbnail-m{ flex: 0 0 7.5rem; max-width: 7.5rem; position: relative; width: 7.5rem; }