@charset "utf-8";

#remodal-introduction-movie {
	width: 95%;
	max-width: 1280px;
	padding: 0;
}

#remodal-introduction-movie #introduction-movie-body {
	width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

#remodal-introduction-movie #introduction-movie-body iframe {
	position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
}