.custom-embed {
	width: 100%;
}

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

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

.panel-social .custom-embed .embed-container {
	display: block;
}

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

@media screen and (min-width: 64em) {
	.panel-social .ugc-container > .contentRender_name_plugins_common_embed,
	.panel-social .custom-embed,
	.panel-social .custom-embed .embed-container {
		height: 100%;
	}
}