.stream-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
}

.stream-frame iframe,
.video-grid iframe,
.decoy iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
}

@media (max-width: 760px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
