.mscc-has-consent button.cookie-consent-btn {
	display: none;
}

button.cookie-consent-btn {
	background: none;
	border: 0;
	color: #4a4a4a;
	font-weight: bold;
}

.has-embed {
	position: relative;
}

.m-rich-content-block .has-embed,
.entry-content .has-embed,
.m-rich-content-block .embed-iframe,
.entry-content .embed-iframe {
	margin: 16px 0 8px;
}

iframe[data-src] {
	background: #eee;
	border: 1px solid #ddd;
}

iframe[data-src] + button.cookie-consent-btn {
	display: block;
	position: absolute;
	top: 44%;
	width: 100%;
	z-index: 9;
}