/* Public landing-page lesson demo */

.demo-body {
  min-height: 100vh;
  background: #f7f7f7;
}

.demo-app {
  max-width: none;
}

.demo-topbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.demo-kicker {
  margin: 0 0 0.15rem;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.75;
}

.demo-hint {
  margin-bottom: 0.75rem;
}

.demo-body .teach-main {
  min-height: calc(100vh - 140px);
}

.demo-body .teach-slide--player iframe {
  background: #fff;
}

/* Embedded on the marketing homepage */
.demo-embed {
  margin: var(--space-md) 0 0;
  border: 1px solid #d9d9d9;
  background: #fff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.demo-embed__frame {
  display: block;
  width: 100%;
  height: 70vh;
  min-height: 360px;
  max-height: 640px;
  border: 0;
}

@media (min-width: 640px) {
  .demo-embed__frame {
    height: min(72vh, 720px);
    min-height: 520px;
    max-height: none;
  }
}
