.dialog-content iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 72vh;
  border: 0;
  background: #050505;
}

.dialog-content video[hidden],
.dialog-content iframe[hidden] {
  display: none;
}

button.youtube-card {
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.youtube-card .youtube-info {
  position: absolute;
  z-index: 2;
  bottom: 17px;
  left: 17px;
  display: grid;
  gap: 4px;
}
