.live-embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 3px;
  overflow: hidden;
}

.live-embed-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
