.video_container {
	max-width: 100%;	
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	}
/* player */
.video_embed {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}
	
.video_caption {
	text-align: center; 
	}