/*!************************************************************************************************************************************************************************************************!*\
  !*** 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-nga/videowithlightbox/style.scss ***!
  \************************************************************************************************************************************************************************************************/
/**
 * Deps: magnific-popup
 */
.video-with-lightbox {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .video-with-lightbox {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.video-with-lightbox > * {
  position: relative;
  z-index: 1;
}
.video-with-lightbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin-top: -20px;
  margin-left: -20px;
  border-top: 30px solid #97C029;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #97C029;
  opacity: 0.2;
}
.video-with-lightbox > * {
  position: relative;
  z-index: 1;
}
.video-with-lightbox:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin-bottom: -20px;
  margin-right: -20px;
  border-top: 30px solid transparent;
  border-right: 30px solid #97C029;
  border-bottom: 30px solid #97C029;
  border-left: 30px solid transparent;
  opacity: 0.2;
}
.video-with-lightbox .poster-image {
  padding-bottom: 56.25%;
  background: #707070 no-repeat center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease all;
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
}
.video-with-lightbox .poster-image .play-button {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: inherit;
  background-color: transparent;
  background-size: 0;
  overflow: hidden;
  text-align: center;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease all;
  transform: scale(1);
  cursor: pointer;
}
.video-with-lightbox .poster-image .play-button:after {
  text-align: center;
  font-family: "FontAwesome";
  line-height: 60px;
  content: "\f04b";
  color: #fff;
  font-size: 20px;
  transition: 0.3s ease all;
  transform: scale(1);
  z-index: 2;
  position: relative;
}
.video-with-lightbox .poster-image .play-button:before {
  background: inherit;
  background-size: auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: blur(5px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='blur5'><feGaussianBlur in='SourceGraphic' stdDeviation='5' /></filter></svg>#blur5");
  filter: blur(5px);
}
@media (max-width: 480px) {
  .video-with-lightbox .poster-image .play-button {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  .video-with-lightbox .poster-image .play-button:after {
    line-height: 60px;
    font-size: 20px;
  }
}
.video-with-lightbox .poster-image:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.video-with-lightbox .poster-image:hover .play-button {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.video-with-lightbox .popup-content {
  display: none;
}

.video-with-lightbox-popup-content .video-container {
  position: relative;
}
.video-with-lightbox-popup-content .video-container:before {
  content: "Loading video...";
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  width: 100%;
  text-align: center;
  left: 0;
}
.video-with-lightbox-popup-content .video-container iframe {
  z-index: 1;
}
