/* Good Looking Out documentation additions */

.video-embed {
  aspect-ratio: 16 / 9;
  background: #111;
  margin: 1.5rem 0;
  max-width: 960px;
  position: relative;
  width: 100%;
}

.video-embed iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.wy-nav-content img {
  border: 1px solid #d8d8d8;
  display: block;
  margin: 1.25rem 0;
  max-width: 100%;
}
