:root {
  --bs-primary: $primary-color;
  --bs-primary-rgb: $primary-color-rgb;
  --btn-min-width: 200px;
}

.video {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video h3 {
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 5px solid #347AB7;
  display: inline-block;
}
.video iframe {
  height: 480px;
  border: none;
  margin-top: 10px;
  aspect-ratio: 16/9;
}/*# sourceMappingURL=book-helper.css.map */