@charset "utf-8";

/* --------------------------------------------- */
/* Youtube                                       */
/* --------------------------------------------- */
.section-youtube {
	padding-bottom: 35px;
	text-align: center;
	margin:0 auto;
}

.youtube-wrapper {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.youtube {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	.section-youtube {
		padding-bottom: 25px;
	}
}


