@charset "UTF-8";

#wrapper {
	background: url(../about/images/bg.jpg) center top repeat;
	background-size: contain;
}

.h1-title {
	width: 53.4375%;
	margin: 0 auto;
}

/* .movie */
.movie-l {
	width: 90.625%;
	padding-bottom: 20px;
	margin: 0 auto;
}

.movie-l li {
	margin-bottom: 40px;
}

.movie-l li .player_wrap{
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.movie-l li iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.thumbs {
	position: absolute;
	top: 0;
	left: 0;
}

