/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
 */
.vl-button,
.vl-button button {
  transition: 0.5s ease all;
}

.video-thumbnail {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.video-thumbnail img {
  max-width: 100%;
}

.video-thumbnail .play-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.vl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
  padding: 0 12px !important;
  height: 36px;
  line-height: 36px;
  transition: 0.5s ease all;
  white-space: nowrap;
  text-decoration: none;
}

.vl-thumbnail {
  position: relative;
}

.vl-icon-text-button {
  border-radius: 4px;
}
.vl-icon-text-button svg {
  width: 24px;
  min-width: 24px;
  margin-right: 8px;
}

.vl-icon-button {
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  right: 8px;
  top: 8px;
  padding: 2px !important;
}
.vl-icon-button svg {
  fill: none;
  position: absolute;
  width: 24px;
  min-width: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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