.video-modal-content {
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}
