@charset "UTF-8";

.org_movie_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	justify-content: center;
}

.org_movie .youtube_block {
	padding-top: 0;
	width: 100%;
	aspect-ratio: 451/801;
	height: 100%;
}

.org_movie　.youtube_block iframe {
	position: inherit;
}

.org_movie .youtube_block iframe {
	position: inherit;
}

.org_movie {
	width: calc((100% - 60px) / 2);
	max-width: 400px;
	aspect-ratio: 451/801;
}

@media screen and (max-width: 900px){
	.org_movie {
    width: 100%;
    max-width: unset;
  }
}