.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: block;
	width: 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;
}

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

.custom-embed.social .cr__gallery .loadMore {
	height: auto;
	padding: 8px 22px;
	background-color: var(--red) !important;
	border-radius: 0;
	font-family: var(--stranger-wide);
	font-weight: normal;
	font-size: 12px;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 64em) {
	.custom-embed.social .cr__gallery .loadMore {
		font-size: 18px;
		padding: 8px 30px;
	}
}