.youtube-consent-wrapper {
	width: 100%;
	height: auto;
	margin: 7px 0;
	flex-shrink: 0;
	border-radius: 27px;
	overflow: hidden;
}

.youtube-consent-wrapper iframe {
	width: 100%;
	min-height: 500px;
}

.youtube-consent-placeholder {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.youtube-consent-placeholder img {
	display: block;
	width: 100%;
	height: auto;
}

.youtube-consent-placeholder .youtube-consent-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.youtube-consent-placeholder .youtube-consent-message {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 1rem;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 0.875rem;
	text-align: center;
}
