.custom-embed {
	width: 100%;
	margin-bottom: var(--space-12);
}

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

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

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

.custom-embed.full iframe {
	display:inline-block !important;
}

.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;
}

@media (min-width: 64em) {
	.custom-embed,
	.custom-embed.controlled {
		margin-bottom: var(--space-13-half);
	}
}

.slideshow-container .custom-embed.full-margin {
	margin-bottom: var(--space-13-half);
}

.slideshow-container .custom-embed.half-margin {
	margin-bottom: 26px;
}

.slideshow-container .custom-embed.none-margin {
	margin-bottom: 0;
}
