@charset "UTF-8";

.eng_mov {
	margin: 30px 0 0;
}

.r_movie-para {
    width: 100%;
    height: 250px;
    overflow: hidden; 
}
.r_movie-para-img {
      width: 3377px;
      max-width: unset;
      height: auto;
        /*position: absolute;*/
      left: 0;
      top: 0;
}


@media only screen and (max-width: 768px) {
	.r_movie-para {height: 170px;}
	.r_movie-para-img {width: auto;height: 120px;}
}
@media screen and (max-width:480px){
	.r_movie-para {height: 140px;}
	.r_movie-para-img {height: 90px;}
}

