/* Shared framing for the approved TVS artist illustrations. */
.plate__shot img.screenprint-portrait,
.profile-photo img.screenprint-portrait,
.hero__portrait img.screenprint-portrait,
.hero-photo img.screenprint-portrait{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1122/1402;
  object-fit:contain;
  object-position:center;
}
.plate__shot:has(.screenprint-portrait){
  padding:0;
  width:100%;
  max-width:28rem;
}
.plate__shot:has(.screenprint-portrait)>.orn{display:none}
