/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/slot.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.sh__demo img {
  opacity: 0.5;
}
.sh__thumb img {
  position: absolute;
}
.sh__confirm {
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 400px;
  transform: translateY(-50%);
  z-index: 3;
}
.sh__confirm.active {
  display: none;
}
.sh__confirm__step-1.active {
  display: none;
}
.active + .sh__confirm__step-2 {
  display: block;
}
.sh__play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.sh__iframe {
  height: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .sh__thumb {
    padding: 27.9329608939% 0;
  }
}
@media (max-width: 767.98px) {
  .sh__confirm img {
    width: auto;
    max-height: 30px;
  }
}
