/* Keep the same portrait frame at every reading-panel width. */
#reader #reader-body .profile-photo{width:120px;height:160px;aspect-ratio:3/4;overflow:hidden;margin:0 0 20px 24px;background:#f5f5f5}
#reader #reader-body .profile-photo img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:var(--portrait-x,50%) var(--portrait-y,25%);transform:scale(var(--portrait-scale,1));transform-origin:var(--portrait-x,50%) var(--portrait-y,25%)}
@media(max-width:600px){#reader #reader-body .profile-photo{width:90px;height:120px;margin-left:16px}}
