@charset "utf-8";

/* @group movie */
article#movie{
    padding: 5em 2em 5em;
	background: #fff;
	}
article#movie h1{
	text-align: center;
	margin: 0 auto 2em;
	}
article#movie section{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article#movie section iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* @end */

/*768px*/
@media screen and (min-width : 768px) {

/* @group movie */
article#movie{
    padding: 10em 2em 5em;
	}
/* @end */

}

/*1024px*/
@media screen and (min-width : 1024px) {

/* @group movie */
article#movie section{
	margin: 3em auto;
  width: 560px;
  padding-top: 315px;
}
/* @end */

}
/* @end */
