.stream-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #06152f;
  z-index: 1;
}

.stream-placeholder {
  position: relative;
  z-index: 0;
}

.live-badge,
.expand {
  z-index: 2;
}

.dialog-video {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.dialog-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #06152f;
  z-index: 1;
}

.dialog-message {
  position: relative;
  z-index: 0;
  padding: 30px;
}

.high-quality .camera-grid {
  grid-template-columns: 1fr 1fr;
}

.high-quality .camera-card:not(:first-child) {
  display: block;
}

@media (max-width: 1000px) {
  .high-quality .camera-grid {
    grid-template-columns: 1fr;
  }
}
