.ipser-video-facade {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 220px;
	overflow: hidden;
	margin: 0;
	background: #0b406d;
	aspect-ratio: 16 / 9;
}
.ipser-video-facade > img,
.ipser-video-facade > iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.ipser-video-facade > button {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: grid;
	place-items: center;
	width: 82px;
	height: 58px;
	padding: 0;
	border: 0;
	border-radius: 17px;
	background: #ed1c24;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
}
.ipser-video-facade > button:hover,
.ipser-video-facade > button:focus-visible {
	background: #c7141b;
	outline: 3px solid #fff;
	outline-offset: 3px;
}
.ipser-video-privacy-note {
	position: absolute;
	right: 12px;
	bottom: 8px;
	left: 12px;
	margin: 0;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
}
.ipser-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.ipser-share-links a {
	display: inline-flex;
	padding: 8px 12px;
	border: 1px solid #d5e2ec;
	border-radius: 6px;
	background: #fff;
	color: #0b406d;
	text-decoration: none;
}
