/* Slideshow
 ****************************************************************************/
.swiper-container {
	overflow: hidden;
	position: relative;
	z-index: 1;
	min-height: 1400px;
	/*min-height: 100vw;*/
	margin-top: -9.5em;
	top: 0;
}

.swiper-container > .welcome {
	position: absolute;
	z-index: 6;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: calc(65%);
	transform: translateY(-50%);
}

.swiper-slide {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat;
	min-height: 1400px;
	/*min-height: 100rem;*/
	position: relative;
	z-index: 2;
}


/* .swiperSlide .imageSummary {
	display: none;
} */

.swiper-button-prev,
.swiper-button-next {
    display: none;
    display: flex
}

/* 
.swiper-container img {
    width: 100%;
    height: auto;
    min-height: 18.5rem;
} */

.swiper-overlay {
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	background-color: rgba(0,0,0,.55);
	
	/*
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.9) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78000000',GradientType=1 );
	*/

}





