/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./ce-blocks/twentythree-video/style.scss ***!
  \*****************************************************************************************************************************************************************************************/
.twentythree-video {
  position: relative;
  background: #fafbfb;
}
.twentythree-video .loading-icon {
  position: absolute;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  pointer-events: none;
  z-index: 1;
  color: #005ee0;
}
.twentythree-video > div {
  position: relative;
  z-index: 2;
}
.twentythree-video.is-loaded .loading-icon {
  display: none;
}
.twentythree-video.is-loaded > div {
  background: none;
}
