/* Focal Point Background - frontend */

.av-focal-bg-host {
	position: relative;
	isolation: isolate;
}

.av-focal-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	margin: 0;
	pointer-events: none;
}

.av-focal-bg picture {
	display: block;
	width: 100%;
	height: 100%;
}

.av-focal-bg img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	object-fit: cover;
	object-position: 50% 50%;
}
