.inline-hero {
  position: relative; width: 100%; max-width: 100%;
  position: relative; display: flex;
  width: 100%; min-height: 40em; padding-top: 4em;
}
.inline-hero.fullbleed { min-height: 100vh; }
.inline-hero .bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  margin: 0; z-index: -1;
}
.inline-hero .bg img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.inline-hero .content {
  position: relative; margin: auto; width: calc(100% - 2em);
  max-width: 38em;
}
.inline-hero figure { margin: 1em 0; width: 100%; }
.inline-hero figure img { width: 100%; max-height: 27.5em; }
.inline-hero .stroke-caption {
  display: inline-block; padding: 1em 2em;
  border-top: 1px solid white; border-bottom: 1px solid white;
}

/* html[data-parallax="1"] .inline-hero .bg img {
  transform: translateZ(-1px) scale(2); z-index: -1;
} */
