html, body {
  height: 100%;
  margin: 0;
}


#demo-container {
  width: 100%;
  aspect-ratio: 16 / 9;   /* oder welches Verhältnis das Demo ursprünglich hatte */
  max-height: 700px;
  background: red;
}
#demo-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}