/* Univer360 standalone video fixes */

.wsite-youtube-container {
  width: 100% !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
}

.wsite-youtube-container iframe,
.wcustomhtml iframe[src*="youtube.com/embed"],
.univer-video-responsive iframe {
  display: block;
  width: 100% !important;
  max-width: 900px;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.univer-protected-video {
  width: 100%;
  max-width: 630px;
  margin: 10px auto 20px;
}

.univer-protected-video video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
