	
/*	video embed style*/
	
.embed-video {background: #f1f1f1;padding: 24px;margin:0 auto;text-align: center;}
.embed-video > h2 {font-size: 25px;font-weight: 500;margin: 0;padding-bottom: 24px;line-height: 1.2}
.embed-video > iframe {border: 0;width: 650px;height: 320px;margin:0 auto;}
@media screen and (max-width: 760px) {
.embed-video > iframe {width: 100%;}
}
/*	video embed style*/	
