@charset "utf-8";
iframe {
	width: 953px;
	height: 519px;
}

@media screen and (max-width: 768px){
	iframe {
		width: 100%;
		height: auto;
	}
}