.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
}

#popupVideo {
  width: 100%;
  border-radius: 10px;
}

.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}