.modal-video-player {
  position: fixed;
  overflow: hidden;
  display: flex;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 30, 0.87);
}
.modal-video-player:after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2.5em;
  height: 2.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M10,10 L30,30 M30,10 L10,30" stroke="%23ffffff" stroke-width="2" stroke-linecap="butt"></path></svg>');
  opacity: 0.75;
  cursor: pointer;
}
.modal-video-player iframe, .modal-video-player video {
  margin: auto;
  width: 96vw;
  height: 54vw;
  max-width: 1920px;
  max-height: 1080px;
}
.hide-nav nav {
  display: none !important;
}
[data-modal-video-player] {
  cursor: pointer;
}