.blaek-hb {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 560px;
}

.blaek-hb__media,
.blaek-hb__background-video,
.blaek-hb__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blaek-hb__media {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

.blaek-hb__background-video {
	object-fit: cover;
	object-position: center center;
	z-index: 0;
}

.blaek-hb__overlay {
	z-index: 1;
	pointer-events: none;
}
