		#movie {
			display: block;
			width: 100%;
			background-color: #000;
			position: relative;
		}

		#movie_before {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 99;
		}

		#movie_before img {
			width: 100%;
		}

		#movie_after {
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: 99;
		}

		#movie_after img {
			width: 100%;
		}


		#youtube-wrap {
			position: relative;
			height: 100%;
			width: 100%;
			/*z-index: -1;*/
		}

		.video-container {
			position: relative;
			max-width: 1100px;
			width: 100%;
			height: 618px;
			margin: 0 auto;
		}

		@media screen and (max-width: 640px) {
			.video-container {
				height: auto !important;
			}

			#youtube-wrap {
				height: auto !important;
			}

			#wrapper_youtube {
				position: relative !important;
				width: 100%;
				padding-top: 56.25%;
			}

			#wrapper_youtube iframe {
				position: absolute !important;
				top: 0;
				right: 0;
				width: 100% !important;
				height: 100% !important;
			}

			#slide img {
				display: block;
				margin: 0 auto;
			}


		}


		@media screen and (min-width: 640px) {
			#youtube-wrap iframe {
				width: 1100px !important;
				margin-top: -185px !important;
				margin-left: 0 !important;
			}
		}