
.slideshow {
	position: relative;
	height: 100vh;
	width: 100vw;
	background: url(../img/city.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.slide {
	position: absolute;
	bottom: 50vh;
	left: 32vh;
	line-height: 3;

}
.slide2 {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: vh;
	left: -8vh;

}
.slide3 {
	text-align: center;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	position: absolute;
	bottom: -10vh;
	left: -8vh;
}


/* Content */

@media screen and (max-height: 49em) {
	.slide {
	position: absolute;
	bottom: 42vh;
	left: 25vh;
	line-height: 3;

}
.slide2 {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -5vh;
	left: -11vh;

}
.slide3 {
	text-align: center;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	position: absolute;
	bottom: -10vh;
	left: -11vh;
}
	
}


@media screen and (max-height: 39em) {
	.slideshow {
	background: url(../img/city_2.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	}
	.slide2  {
		display: none;
	}
	.slide3  {
		display: none;
	}
	.slide  {
		display: none;
	}
	.slideshow__nav {
		display: none;
	}
}
