.carousel-item > .carousel-item-content {
	background-size: cover;
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-position: center;

	width: 100%;
	height: 75vh;
}

.backdrop {
	display: flex !important;
	justify-content: center;

	width: 100%;
	height: 100%;

	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.carousel-item > .carousel-item-content img {
	width: auto;
	height: 100%;
	object-position: center;
}

.carousel-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	font-family: TheSeasons;
	font-weight: bold;
	font-size: 5rem;
	color: var(--bs-white);
	text-shadow: .25rem .25rem .25rem var(--bs-black);
}
