.video-dialog {
  width: min(920px, 92vw);
  border: none;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}

.video-dialog::backdrop {
  background: rgba(0,0,0,.6);
}

.video-dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  background: rgba(0,0,0,.55);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 28px;
  cursor: pointer;
}

.video-dialog-body {
  background: #000;
}

#videoDialogPlayer {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
}
