.youtube-box {
  padding: 20px 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.youtube-box .embed-youtube {
  width: 100%;
  max-width: 675px;
}
.youtube-box .embed-youtube .iframe-container {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.youtube-box .embed-youtube .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=module.css.map */