.domino-highlight {
	position: relative;
	overflow: hidden;
}

.domino-highlight--has-background .domino-highlight__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.domino-highlight__content {
	position: relative;
	z-index: 1;
}
