.cube-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 21rem;
}

.cube-embed canvas {
  width: 100%;
  height: 100%;
  display: block;
}
