/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/featured-media/src/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.wp-block-image {
  position: relative;
  z-index: 2;
}
.wp-block-image.alignright img {
  margin-left: auto;
}
.wp-block-image.alignleft img {
  margin-right: auto;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

p.is-style-max-width,
li.is-style-max-width {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * 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-crown-blocks-featured-media {
  position: relative;
}
.wp-block-crown-blocks-featured-media .featured-media {
  padding-bottom: 67%;
  border-radius: 40px;
  width: 100%;
}
.wp-block-crown-blocks-featured-media > .inner {
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-crown-blocks-featured-media.extra-spacing-top > .inner {
    padding-top: 50px;
  }
  .wp-block-crown-blocks-featured-media.extra-spacing-bottom > .inner {
    padding-bottom: 50px;
  }
}
.wp-block-crown-blocks-featured-media .featured-media .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px;
}
.wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}
.wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
}
@media (min-width: 1200px) {
  .wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image svg {
    width: 110px;
  }
}
.wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image video,
.wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.wp-block-crown-blocks-featured-media .featured-media .featured-video__preview-image video {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-crown-blocks-featured-media > .section-bg {
  overflow: hidden;
  width: 50%;
}
.wp-block-crown-blocks-featured-media > .section-bg, .wp-block-crown-blocks-featured-media > .section-bg .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wp-block-crown-blocks-featured-media > .section-bg .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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