.responsive-embed {
	margin: 50px auto;
}

.responsive-embed.controlled-width {
	max-width: 1200px;
}

.responsive-embed .embed-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-embed .credit {
	text-align: right;
	color: var(--primary-strong-color);
	font-size: 14px;
	font-family: var(--font-family-body);
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

@media (min-width: 40em) {
	.responsive-embed .credit {
		font-size: 20px;
	}
}
