.social-dvu-embed {
	position: relative;
	width: 100%;
	max-width: 605px;
	margin: 0 auto;
}

.social-dvu-youtube {
	aspect-ratio: 16 / 9;
}

.social-dvu-youtube-short {
	aspect-ratio: 9 / 16;
	max-width: 360px;
}

.social-dvu-youtube iframe,
.social-dvu-youtube-short iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.social-dvu-tiktok {
	display: flex;
	justify-content: center;
}

.social-dvu-instagram {
	display: flex;
	justify-content: center;
}

.social-dvu-instagram iframe {
	margin: 0 auto !important;
}

.social-dvu-facebook {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.social-dvu-facebook iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.social-dvu-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.social-dvu-gallery-item {
	display: flex;
	justify-content: center;
}
