html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fef7e4 !important;
}

.prototype-app-shell {
  display: block !important;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  padding: 0 !important;
}

.prototype-device {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
