.videos {
  --video-width: 560;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 1em;
  text-align: center;
}
.videos .video_outer_container {
  display: inline-block;
  text-align: center;
}
.videos .video_outer_container .video_title {
  max-width: calc(var(--video-width) * 1px);
  text-align: center;
}
.videos iframe {
  max-width: 100%;
  width: calc(var(--video-width) * 1px);
  aspect-ratio: 1.78;
}
/*# sourceMappingURL=videos.css.map */