/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/post-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.theme-block.post-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--color-brand-blue-medium);
}
.theme-block.post-hero .hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.theme-block.post-hero .hero-content .container .container-inner h1 {
  color: var(--color-brand-grey);
}
.theme-block.post-hero .hero-media .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.theme-block.post-hero figure {
  position: relative;
  z-index: 1;
}
.theme-block.post-hero figure img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=style-index.css.map*/