.shot-stage {
  width: 100%;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  background: #f0f1f7;
}

.shot-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  pointer-events: none;
  max-width: none;
}

@media (max-width: 719px) {
  .shot-stage {
    aspect-ratio: auto;
    height: min(640px, 72vh);
    min-height: 520px;
  }

  .shot-stage iframe {
    pointer-events: auto;
  }
}

@media (max-width: 719px) {
  .shot-stage {
    padding-bottom: 10px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
