.sibling-story .story-text{
  position:relative;
}

.sibling-side-portrait{
  position:absolute;
  top:245px;
  left:calc(100% + 72px);
  width:280px;
  margin:0;
}

.sibling-side-portrait img{
  display:block;
  width:100%;
  height:auto;
  filter:contrast(1.02) saturate(.88);
  -webkit-mask-image:radial-gradient(ellipse 92% 94% at 50% 48%,#000 0%,#000 70%,rgba(0,0,0,.78) 84%,transparent 100%);
  mask-image:radial-gradient(ellipse 92% 94% at 50% 48%,#000 0%,#000 70%,rgba(0,0,0,.78) 84%,transparent 100%);
}

.sibling-side-portrait figcaption{
  margin-top:10px;
  color:#8a776a;
  font:italic 400 .82rem/1.4 Georgia,serif;
  text-align:center;
}

.chapter-side-sketch{
  position:absolute;
  width:300px;
  margin:0;
  z-index:1;
}

.chapter-side-sketch.side-right{ left:calc(100% + 68px); }
.chapter-side-sketch.side-left{ right:calc(100% + 68px); }
.brothers-sketch{ top:1280px; width:300px; }
.partnership-sketch{ top:390px; }
.care-sketch{ top:820px; width:286px; }
.blessed-sketch{ top:320px; width:320px; }
.four-kids-sketch{ top:1080px; width:310px; }

.chapter-side-sketch img{
  display:block;
  width:100%;
  height:auto;
}

.chapter-side-sketch figcaption{
  margin-top:10px;
  color:#8a776a;
  font:italic 400 .82rem/1.4 Georgia,serif;
  text-align:center;
}

.sibling-story .story-chapter.is-empty{
  border-top:1px solid rgba(34,29,26,.14);
}

@media(max-width:1120px){
  .sibling-side-portrait,
  .chapter-side-sketch{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    float:right;
    width:min(280px,42%);
    margin:6px 0 24px 32px;
  }

  .chapter-side-sketch.side-left{
    float:left;
    margin:6px 32px 24px 0;
  }
}

@media(max-width:700px){
  .sibling-side-portrait,
  .chapter-side-sketch,
  .chapter-side-sketch.side-left{
    float:none;
    width:min(330px,88%);
    margin:28px auto 34px;
  }
}
