@charset "utf-8";
.content{
	margin: 0 auto;
	width: 100%;
	/*margin-top: -22px;*/
}
.video-title{
	width: 50%;
    max-width: 900px;
    text-align: center;
    font-weight: bolder;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 2% 0;
    border-bottom: 2px dashed #999;
}
.video-content{
	width: 50%;
    max-width: 900px;
    text-align: center;
    margin: 0% auto 2%;
    padding: 2% 0;
    border-bottom: 2px dashed #999;
}
.video-content iframe{
	height: 430px;
}



@media screen and (max-width: 1250px) {
	.video-title{
		width: 70%;
	}
	.video-content{
		width: 70%;
	}
}
@media screen and (max-width: 650px) {
	.content {
		margin-top: 0px;
	}
	.video-title{
		width: 90%;
	}
	.video-content{
		width: 90%;
		padding: 5% 0;
	}
	.video-content iframe{
		height: 250px;
	}
	
}

