.custom-embed {
	width: 100%;
}

/* Margin Bottom for when the embed is in the hero panel */
.slideshow-container .custom-embed {
	margin-bottom: var(--space-12);
}

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

.custom-embed .embed-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

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

.custom-embed.left .embed-container {
	justify-content: flex-start;
}

.custom-embed.center .embed-container {
	justify-content: center;
}

.custom-embed.right .embed-container {
	justify-content: flex-end;
}