.interlude {
  position: sticky;
  top: 0;
  background: rgba(238, 193, 89, 1);
  height: 100vh;
  margin-bottom: 10vh;
}

.interlude article {
  display: block;
}

.interlude article > * {
  position: absolute;
  top: 0;
  left: 0;
}
.interlude article figure {
  height: 100%;
}
.interlude article figure img{
  height: 100%;
}