#movie .caution-text {
  text-align: center;
  margin-top: 100px;
}
#movie .caution-text + .caution-text {
  margin-top: 0;
}

.movie-youtube {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .movie-youtube {
    text-align: center;
    width: 600px;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .movie-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}/*# sourceMappingURL=event_douga.css.map */