.pss-slideshow-fullwidth {
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
}
.slideshow-item {
	background-size: cover;
	background-position:center;
	width: 100%;
	height: 100%;
}
.pss-slideshow-layers {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.pss-slideshow-layer {
	position: relative;
	height:100%;
	display: flex;
}
.pss-ss-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 38px;
	text-shadow: 0 0 9px #000;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
}
.pss-ss-overlay h1 {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}
/* .pss-slideshow-layer img {
	height: 100%;
} */
@media only screen and (max-width: 600px) {
	/* .pss-slideshow-layer img {
		height: auto;
	}
	.pss-slideshow-layer {
		display: flex;
		align-items: center;
	} */
}