/* Slideshow Gallery */

.slideshow {
	height: 1000px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideshow-item {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.slideshow-item img {
	width: 100%;
}

/* ----------------------------------------- */