/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/dlr-wordpress-block_herobanner/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.dlr-herobanner {
  position: relative;
  z-index: 0;
}
.dlr-herobanner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  z-index: -1;
}
.dlr-herobanner-bg .wp-block-cover {
  min-height: 0;
  height: 100%;
  transition: opacity 1s ease;
}
.dlr-herobanner-image .wp-block-image {
  display: flex;
  justify-content: center;
}
.dlr-herobanner-fg-container {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.dlr-herobanner-fg .wp-block-post-title {
  text-align: start;
}
.dlr-herobanner.is-content-only .dlr-herobanner-fg-row {
  justify-content: center;
}
.dlr-herobanner.is-content-only .wp-block-post-title,
.dlr-herobanner.is-content-only p {
  text-align: center;
}

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