﻿.box {
  width: 70%;
  margin: 0 auto;
}
.youtube_box {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_box--short {
  aspect-ratio: 458 / 815;
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .box {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}