.custom-embed {
	width: 100%;
}

.custom-embed.controlled {
	max-width: var(--width-base);
	padding: 0 var(--space-5);
}

.custom-embed.controlled.center {
	margin: 0 auto;
}

.custom-embed.controlled.left {
	margin: 0 0;
}

.custom-embed.controlled.right {
	margin: 0 0 0 auto;
}

.custom-embed.controlled .embed-container {
	display: block;
}

.custom-embed .embed-container {
	width: 100%;
}

.custom-embed.full iframe {
	width: 100%;
}
