/* Lab media layout helpers */

.lab-page {
  max-width: 60rem;           /* about 960px */
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

/* Video is centered and not too wide */
.lab-video {
  display: block;
  width: 100%;
  max-width: 48rem;           /* about 768px */
  height: auto;
  margin: 1.75rem auto 0;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 1); /* slate-700 */
}

/* Figures (screenshots) centered and capped */
.lab-figure {
  max-width: 48rem;           /* about 768px */
  margin: 1.75rem auto;
  text-align: center;
}

.lab-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 1);
}

/* Small caption under screenshots */
.lab-figure figcaption {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 0.5rem;
}
