/**
 * Full-bleed homepage photo stages. Used by themed heroes that rotate
 * school carousel images behind overlay copy.
 */
.kisomo-stage-carousel {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.kisomo-stage-carousel .carousel-inner,
.kisomo-stage-carousel .carousel-item,
.kisomo-stage-carousel .kisomo-slide-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.kisomo-stage-carousel .kisomo-slide-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.kisomo-stage-carousel .carousel-indicators {
	z-index: 4;
	margin-bottom: 1.1rem;
}
.kisomo-stage-carousel .carousel-indicators [data-bs-target],
.kisomo-stage-carousel .carousel-indicators button {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 0.7;
}
.kisomo-stage-carousel .carousel-control-prev,
.kisomo-stage-carousel .carousel-control-next {
	z-index: 4;
	width: 9%;
}
