@charset "utf-8";
.movie{
  padding-bottom: 12.48vw;
}
.movieList{
  margin-top: 16.9vw;
}
.movieList .subHeading{
  margin-bottom: 4.4vw;
}
.movieList iframe{
  height: 50.44vw;
}
@media screen and (max-width: 767px){
  .movieList li + li{
    margin-top: 11.7vw;
  }
}
@media screen and (min-width: 768px){
  .movie{
    padding-bottom: 90px;
  }
  .movieList{
    margin-top: 80px;
  }
  .movieList .subHeading{
    margin-bottom: 32px;
  }
  .movieList li{
    width: 478px;
    margin-left: 44px;
  }
  .movieList li:nth-child(odd){
    margin-left: 0;
  }
  .movieList iframe{
    width: 100%;
    height: 270px;
  }
  .movieList li:nth-child(n + 3){
    margin-top: 65px;
  }
}