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

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

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

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

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

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

