.native-app--glitchy-animation {
  width: 100%;
  margin: 0;
  background: #000;
}

.native-app--glitchy-animation .native-package-body {
  width: 100%;
  min-height: 0;
  padding: 0;
}

.native-app--glitchy-animation .glitchy-animation-stage {
  position: relative;
  width: 100%;
  height: clamp(600px, 70vw, 820px);
  min-height: 600px;
  overflow: hidden;
  background: #000;
}

.native-app--glitchy-animation .glitchy-animation-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.native-app--glitchy-animation:fullscreen,
.native-app--glitchy-animation:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #000;
}

.native-app--glitchy-animation:fullscreen .glitchy-animation-stage,
.native-app--glitchy-animation:-webkit-full-screen .glitchy-animation-stage {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

@media (max-width: 700px) {
  .native-app--glitchy-animation .glitchy-animation-stage {
    height: clamp(520px, 125vw, 680px);
    min-height: 520px;
  }
}
