.bv-c-embedded-video {
	overflow: hidden;
	padding-top: 56.25%;  /* 16 by 9 Aspect Ratio */
	position: relative;
	width: 100%;  	
}

.bv-c-embedded-video__title {
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.5rem;
	text-align: center;
	width: 100%;
}

.bv-c-embedded-video__subtitle {
	font-size: 1rem;
	font-weight: 400;
	padding: 0.5rem;
	text-align: center;
	width: 100%;
}

.bv-c-embedded-video > iframe { 
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute; 
	right: 0;
	top: 0;    
	width: 100%;
}