/*!************************************************************************************************************************************************************************************!*\
  !*** 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]!./pivot-blocks/video-box/style.scss ***!
  \************************************************************************************************************************************************************************************/
/**
 * Deps: magnific-popup
 */
.video-box {
  text-align: left;
  border-radius: 50px;
}
.video-box img {
  display: block;
  width: 100%;
  border-radius: 50px;
}
.video-box .image > a {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-bottom: 75%;
}
.video-box .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.video-box .image > a .play-button {
  content: url("../../images/SVGs/video-play-circle.svg");
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -1000em;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  pointer-events: none;
}
.video-box .image > a .play-button:active {
  transform: scale(0.95);
}
.video-box .image > a .play-button-text {
  position: absolute;
  left: -100000em;
}
.video-box .image > a:hover .play-button:before, .video-box .image > a:focus .play-button:before {
  border-left-color: var(--wp--preset--color--green);
}
.video-box .title {
  font-size: 20px;
  line-height: 1.2em;
}
.video-box .title > a {
  color: inherit;
}
.video-box.has-wide-style img {
  border-radius: 20px;
}
.video-box.has-wide-style .image > a {
  border-radius: 20px;
}
.video-box.has-wide-style .image > a .play-button {
  z-index: 1;
  transform: scale(3) translateX(-37px);
}
.video-box.has-wide-style .image > a .play-button-text {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 74px;
  width: 266px;
  margin-top: -37px;
  margin-left: -133px;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  background: rgba(27, 69, 78, 0.5333333333);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 25px;
  padding-left: 40px;
  justify-content: center;
}
.video-box.has-wide-style .image > a:hover .play-button-text, .video-box.has-wide-style .image > a:focus .play-button-text {
  background: rgba(27, 69, 78, 0.6666666667);
}
@media (max-width: 767px) {
  .video-box .title {
    font-size: 16px;
    line-height: 1.2em;
  }
  .video-box.has-wide-style .image > a .play-button {
    transform: scale(2) translateX(-50px);
  }
  .video-box.has-wide-style .image > a .play-button-text {
    margin-top: -25px;
    height: 50px;
    font-size: 20px;
    padding-left: 60px;
    padding-right: 20px;
    width: 240px;
  }
}
