body.video-show {
  overflow: hidden;
  padding-right: 17px;
}
.video-lightbox-outer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 2rem 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup-close {
  text-align: right;
}
.popup-close button {
  box-shadow: none;
  outline: none;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  line-height: 3.3rem;
  padding-right: 3.9rem;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup-close button:after {
  content: '';
  height: 3.3rem;
  width: 3.3rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #dcf3f3 url(../img/icons/close.svg) 50% 50% no-repeat;
}
.is-contrast .popup-close button:after {
  background-color: #fff;
}
@media (min-width: 960px) and (max-width: 1279.98px) {
  .video-lightbox-outer iframe {
    width: 100% !important;
    height: 53.4vw !important;
  }
}
@media (min-width: 768px) and (max-width: 959.98px) {
  .video-lightbox-outer iframe {
    width: 100% !important;
    height: 54.4vw !important;
  }
}
@media (max-width: 767.98px) {
  .video-lightbox-outer iframe {
    width: 100% !important;
    height: 53.1vw !important;
  }
}
@media (max-width: 575.98px) {
  .video-lightbox-outer iframe {
    height: 51.7vw !important;
  }
}
