/**
 * Hero layout overrides.
 *
 * Loaded via ARC\Core\Controller\EnqueueController at PHP_INT_MAX priority so
 * these rules win the cascade over theme/Beaver Themer output.
 */

.ibr-hero {
	position: relative;
}

.ibr-hero::after {
	content: '' !important;
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-radius: inherit;
	background-color: #1012146b;
	pointer-events: none;
}
