.video-section .video-embed {
  position: relative;
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
  box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.75);
}
.video-section .video-embed.embed-responsive-16by9 {
  aspect-ratio: 16/9;
}
.video-section .video-embed.embed-responsive-4by3 {
  aspect-ratio: 800/617;
}
.video-section .video-embed iframe,
.video-section .video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-section .video-caption {
  max-width: 695px;
  margin: 0.75em auto 0;
  padding: 0 1em;
  font-family: "PT Sans Bold";
  font-size: 0.9625rem;
}

/*# sourceMappingURL=video.css.map */
