*,
.context,
.ad.hoc {
  .container {
    aspect-ratio: 16 / 9;
    background: whitesmoke;
    position: relative;
  }

  .video {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
