@charset "UTF-8";
/* CSS Document */

/* Video Embed Custom */

.video_embed {
    overflow:hidden;
    padding-bottom:56.25%;  /* 56.25% */
    position:relative;
    height:0;
	margin: 15px 0 8px 0;
	/*max-width: 560px; */
	/*max-height: 315px; */
}

.video_embed iframe {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	max-width: 900px;
	/* max-height: 315px; */
}

/*
@media only screen 
and (min-width : 991px) {
	
	.video_embed {
	padding-bottom:315px;	
	}

	.video_embed iframe {
    width:560px;	
	height:315px;
	}
}
*/