body.video-popup-open {
  overflow: hidden;
}
body.video-popup-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.video-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding-top: 40px;
}
.video-popup .close-video-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.video-popup .close-video-popup::after {
  content: "\e971";
  font-family: "seg";
  color: #FFFFFF;
}
/*# sourceMappingURL=VideoPopup.css.map */
