.caption {
  color: red;
  font-style: italic;
  text-align: left;
  padding-bottom: 12px;
  font-size: smaller;
}

.screenshot {
  padding: 4px;
  border: thin solid #ddd;
}

.video-container {
    width: 1080;
    height: auto;
    position: relative;
    padding: 10px;
}

h2,
.text-beta,
#toctitle {
  font-size: 1.125rem !important;
}
@media (min-width: 31.25rem) {
  h2,
  .text-beta,
  #toctitle {
    font-size: 1.25rem !important;
    line-height: 1.25;
  }
}

