/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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.
 */
.wp-block-create-block-image-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.image-block {
  display: flex;
  width: 100%;
  height: 20rem;
  position: relative;
}
.image-block__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block__button {
  top: 2rem;
  left: 2rem;
  position: absolute !important;
}

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