/* r69 (home, mobile): tidy the float-wrap - smaller circle, rectangular wrap
   (no curved shape-outside stagger), and a straight right edge via justify. */
@media(max-width:640px){
  .film-frame.story-ready{width:80px}
  .intro-aside.story-row{
    width:80px;
    margin:4px 18px 8px 0;
    shape-outside:none;
    -webkit-shape-outside:none}
  /* straight right edge for the wrapping text */
  .intro-main .eyebrow,
  .intro h2,
  .intro .large{
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto;
    -webkit-hyphens:auto}
  .intro h2{font-size:28px;line-height:1.14}
}
