.youtube-consent {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #181818;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	text-align: center;
	width: 100%;
}

.youtube-consent p {
	margin: 0 0 16px;
	max-width: 520px;
}

.youtube-consent button {
	background: #cb9d27;
	border: 0;
	color: #111;
	cursor: pointer;
	font: inherit;
	padding: 12px 20px;
}

.wp-video > iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	height: auto;
	width: 100%;
}
