@charset "UTF-8";

h2.d-partsTtl span.marker {background:linear-gradient(transparent 80%, #fff3c3 0%); color:#d4ae6e; font-size: 1.2em;}

.movieZone {
  padding: 80px 0;
  text-align: center;
  /*background-image: url("../img/movie_bg.jpg");*/
  background-size: cover;
}
.movieZone img {
  max-width: 1000px;
  width: 100%;
}
.movieZone .youtube {
 /* background-image: url("../img/movie.jpg");*/
  background-size: cover;
  margin: 0 auto;
  max-width: 604px;
  height: 604px;
}
.movieZone iframe {
  max-width: 1000px;
  height: 100%;
  width: 100%;
}


/*!------------------------------------*\
    Tablet
\*!------------------------------------*/
@media screen and (max-width: 981px) {


}

/*!------------------------------------*\
    Smartphone
\*!------------------------------------*/
@media screen and (max-width: 641px) {

 .movieZone {
    padding: 15.38462vw 5.12821vw;
  }
  .movieZone .youtube {
    width: 64.10256vw;
    height: 64.10256vw;
    min-width: 250px;
    min-height: 250px;
  }



}