/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-cover__play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.home .wp-block-cover__play-button-overlay {
  top: 60%;
}

.wp-block-cover__play-button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 10%;
  width: 80px;
  height: 80px;
}
.wp-block-cover__play-button svg {
  height: inherit;
  width: inherit;
  transition: filter 0.3s ease;
}
.wp-block-cover__play-button:hover svg {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.09)) drop-shadow(0 0 50px rgba(10, 10, 10, 0.1));
}

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