/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./web/app/plugins/wwp-gutenberg-utils/src/blocks/video-player/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-wwp-gutenberg-utils-wonderwp-video-player {
  position: relative;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .poster-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .poster-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .poster-wrapper .video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player.video-active .poster-wrapper {
  display: none;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player .video-controls progress {
  width: 100%;
}
.wp-block-wwp-gutenberg-utils-wonderwp-video-player button {
  cursor: pointer;
}

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