.pdp-embedded-video {
	position: relative;
}

.title-image {
	max-height: 100%;
	height: 100%;
}

.title-image img {
	height: 100%;
	object-fit: cover;
	max-height: 100%;
	display: block;
}

.pdp-embedded-video .embadded-video-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgb(var(--color-foreground));
	gap: calc(var(--grid-desktop-vertical-spacing) * 3);
	height: 100%;
	width: 100%;
}
.pdp-embedded-video .embadded-video-container iframe{
	max-width: 100%;
}

.pdp-embedded-video .video-caption {
	text-align: center;
}