/* Restore the original illustrated home; keep the name clear of the action card. */
.compact-hero .character-label{bottom:calc(var(--home-actions-height, 195px) + 26px)}
@media(max-height:720px){.compact-hero .character-label{bottom:calc(var(--home-actions-height, 170px) + 22px)}}
@media(max-height:610px){.compact-hero .character-label{bottom:calc(var(--home-actions-height, 155px) + 20px)}}

/* Keep the larger face beside the speech bubble and above the episode card. */
.compact-hero .character{width:400px;right:-120px;top:44px}
@media(max-height:720px){.compact-hero .character{width:350px;right:-105px;top:26px}}
@media(max-height:610px){.compact-hero .character{width:310px;right:-95px;top:10px}}
