@charset "UTF-8";
/* CSS Document */

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 90%;
	height: auto;
}

.movie {
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width:1024px){
	iframe[src*="youtube.com"],
	iframe[src*="youtube-nocookie.com"] {
		width: 100%;
	}
}