/* Both story illustrations use the same 4:3 crop and full-size image plane. */
.storybook .story-art{aspect-ratio:4/3;width:100%;}
.storybook .story-art img,.storybook .story-detail img{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:50% 50%;}
.storybook img[src$="falling-plume-detail.png"]{object-position:50% 70%;}
.storybook img[src$="heart-resonance-detail.png"]{object-position:50% 58%;}
.storybook img[src$="invisible-wings-detail.png"]{object-position:50% 55%;}
.storybook img[src$="the-first-rulers-curse-detail.png"]{object-position:50% 80%;}
.storybook img[src$="the-lost-melody-detail.png"]{object-position:50% 68%;}
