/* Revision 34: push the home portrait to the far right edge on desktop. */
@media(min-width:801px){
  .hero-art{justify-content:flex-end;margin-right:clamp(-8rem,-6vw,-3rem)}
  .hero-character{justify-content:flex-end}
}
