.character-portrait{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.character-portrait img{position:absolute;max-width:none;width:auto;height:calc(100% * var(--portrait-scale));left:50%;top:var(--portrait-top);transform:translate(calc(-1 * var(--portrait-focus)))}.character-portrait--profile{height:20em;margin-bottom:2rem;border-radius:8px}
