#youtube{position:relative;width:100%;margin:0 auto;padding:0;border-bottom:1px solid #d0d0d0;z-index:998;background:url('./img/sermon_bg.png') no-repeat center center;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;z-index:0;}
#youtube .ytWrap{width:700px;height:500px;margin:0 auto;z-index:0;}

#idxyoutube_box{padding:0;
	position: relative;
    width: 600px;
    height: 336px;
}
#idxyoutube_box iframe {
    position: absolute;
    top: 70px;
    width: 600px;
    height: 336px;
	border:0px solid #077ea0;
	/*border-radius:10px;box-shadow:10px 10px 10px rgb(0, 0, 0, 0.3);*/
}

@media screen and (max-width:960px) {
#youtube .ytWrap{position:relative;width:100%;height:370px;padding-top:60px;clear:both;background-color:#3e5a74;}

	#idxyoutube_box{padding:0;margin:0 auto;
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.5%; z-index:10;
		
	}
	#idxyoutube_box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;

		
	}
}