/*INSTRUCTIONS FOR ADDING HERO Carousel in Banner*/
/*Add 'Hero Slide' Block to 'Banner' in the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.wv-banner .carousel-item {
	position: relative;
	padding-bottom: 18em;
	max-height: 18em;
	overflow: hidden;
	text-align: center;
	background-color: black;
}


.wv-banner .carousel-item img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	height: 18em;
	overflow: hidden;
	object-fit: cover;
}


.wv-banner .carousel-item h3 {
	position: relative;
	left: 0;
	right: 0;
	text-transform: none;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	top: 2em;
	width: 50%;
	color: white;
	text-shadow: black 1px 1px 2px;
}

.wv-banner .carousel-item p {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	text-align: center;
	text-shadow: black 1px 1px 2px;
	margin-right: auto;
	top: 2.5em;
	color: white;
	width: 50%;
}

.wv-banner .carousel-item .btn-primary {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	width: 10em;
	top: 3em;
	color: white;
	z-index: 9999;
}


.wv-banner .carousel.slide .carousel-indicators button {
	width: 2.5em;
	height: .25em;
	margin-left: .25em;
	margin-right: .25em;
	border-top: 1.25em transparent;
	border-bottom: 1.25em transparent;
}

.wv-banner .carousel-inner:hover img {
	opacity: .3 !important;
	transition: all 1s ease-in !important;
}

.wv-banner .view.view-hero-slide {
	margin-left: calc(var(--bs-gutter-x)*-.5);
	margin-right: calc(var(--bs-gutter-x)*-.5);
}


@media screen and (max-width: 1200px) {
	.wv-banner .carousel-item {
		padding-bottom: 20em;
		max-height: 20em;

	}


	.wv-banner .carousel-item img {
		height: 20em;
	}
}

@media screen and (max-width: 767px) {
	.wv-banner .carousel-item {
		padding-bottom: 24em;
		max-height: 24em;

	}


	.wv-banner .carousel-item img {
		height: 24em;
	}
}


@media screen and (max-width: 576px) {
	.wv-banner .carousel-item {
		padding-bottom: 30em;
		max-height: 30em;

	}


	.wv-banner .carousel-item img {
		height: 30em;
	}

}

@media screen and (max-width: 400px) {
	.wv-banner .carousel-item {
		padding-bottom: 35em;
		max-height: 35em;

	}


	.wv-banner .carousel-item img {
		height: 35em;
	}
}