@charset "UTF-8";
/* line 5, app/assets/stylesheets/videos.scss */
.video {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/videos.scss */
video {
  width: 100%;
  height: 100%;
}

/* line 15, app/assets/stylesheets/videos.scss */
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/videos.scss */
.movie-wrap iframe, .movie-wrap #tutorial_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
