.movie_inner .item{
	/*
    width: 100%;
	margin: 0 auto 0px;
	text-align: left;
    */
    position: relative;
    height: 0;
    margin: 5% auto 0;
    padding-top: 56.25%;
    width: 90%;
}
.movie_inner .item iframe{
	/*
    width: 56vw;
	max-width: 250px;
    height: 31.5vw;
	max-height: 140px;
    aspect-ratio: 16/9;
    */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.movie_inner .item + p{
    text-align: center;
}

@media screen and (width < 768px) {
	.movie_inner .item iframe{
        /*
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
        */
/*		width: 450px;
        height: 315px;
        */
	}
}
/*
@media screen and (width < 500px) {
	.movie_inner .item iframe{
		width: 350px;
        height: 230px;
	}
}
@media screen and (width < 410px) {
    .movie_inner .item iframe {
        width: 285px;
        height: 200px;
    }
}
@media screen and (width < 320px) {
    .movie_inner .item iframe {
        width: 280px;
        height: 200px;
    }
}
@media screen and (width > 1400px) {
	.movie .movie_inner .item{
		margin-bottom: 10vw;
	}
}*/

/*
@media screen and (width < 768px) {
    .movie_inner .item {
		max-width: 80%;
		margin: 0 auto 30px;
	}
}
*/