
/*  */
/* 
*/
figure.person_portrait {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

figure.person_portrait > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
/*  */