body {
	color:white;
	/*display: flex;
	align-items: flex-end;*/
	background: #003333;
}

.slideshow {
	position: relative;
	max-width: 800px;
	height: 400px;
	margin: auto;
	overflow: hidden;
	<!--background: #000;-->
}
.slideshow img {
	position: absolute;
	top: 50px; left:100px;
	width: 100%; height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2.5s ease-in-out;
}
.slideshow img.active {
	opacity: 1;
}

/*
#content, #content span {
	color:#006666 !important;
}*/





