/* BW YouTube Block — responsive 16:9 aspect ratio */
.bw-youtube-block {
	width: 100%;
	max-width: 100%;
}

.bw-youtube-block__inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	border-radius: 0;
}

.bw-youtube-block__inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Featured image fallback */
.bw-youtube-block__inner .bw-youtube-block__featured-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}
