/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/thumbnail-video/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.
 */
.fill-primary {
  fill: #332e6c;
}

.fill-secondary {
  fill: #715694;
}

.fill-tertiary {
  fill: #7fbb55;
}

.fill-accent {
  fill: #7fbb55;
}

.wp-block-entrepreneur-addict-thumbnail-video {
  position: relative;
}
.wp-block-entrepreneur-addict-thumbnail-video::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 650px;
  border: 5px solid #332e6c;
  border-radius: 650px;
}
.wp-block-entrepreneur-addict-thumbnail-video::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 650px;
  border: 5px solid #332e6c;
  border-radius: 100%;
  z-index: -1;
}
.wp-block-entrepreneur-addict-thumbnail-video__link {
  position: relative;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  color: #332e6c !important;
}
.wp-block-entrepreneur-addict-thumbnail-video__link::before {
  content: "\f144";
  font-family: "fontAwesome";
  font-size: 125px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.wp-block-entrepreneur-addict-thumbnail-video__link:hover::before, .wp-block-entrepreneur-addict-thumbnail-video__link:focus::before, .wp-block-entrepreneur-addict-thumbnail-video__link:active::before {
  opacity: 1;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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