/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/video-embed/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.wp-block-acorn-video-embed {
  position: relative;
}
.wp-block-acorn-video-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.wp-block-acorn-video-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  margin-bottom: 0;
}
.wp-block-acorn-video-embed .play-btn {
  border: none;
  background: #fff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  padding: 30px;
  text-align: center;
}

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