.df-bunny-single-teaser {
	width: 100%;
}
.df-bunny-single-teaser-ratio {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
}
.df-bunny-single-teaser-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}
.df-bunny-single-teaser-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0,0,0,.72);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	pointer-events: none;
}
