body.article section#hero .caption {
  top: auto;
  bottom: 6em;
  left: 4em;
  font-weight: normal;
}
@media screen and (max-width: 1080px) {
  body.article section#hero .caption {
    bottom: 2em;
    left: 2em;
  }
}
@media screen and (max-width: 766px) {
  body.article section#hero .caption {
    top: 73vw;
    bottom: auto;
    left: 3vw;
    font-size: 2.8vw;
  }
}
