.custom-embed {
	margin: 0 auto;
}

.custom-embed iframe {
	max-width: var(--width-base);
}

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

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

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

.custom-embed.left .embed-container {
	margin-right: auto;
}

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

.custom-embed.right .embed-container {
	margin-left: auto;
}

.custom-embed.controlled {
	display: flex;
}

.custom-embed.controlled.left iframe {
	margin-right: auto;

}

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

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