html,
body {
  height: 100%;
}

body {
  background-color: #000000;
  overflow:hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	}
.clearfix:after {
	clear: both;
	}
.container {
	width:100%;
	margin: auto;
  margin-top: 100px;
	}
#slideshow {
	position:relative;
	max-height: 100%;
	}
#slideshow div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	visibility:hidden;
	}
#slideshow div.active{
	z-index:10;
	visibility:visible;
	}
#slideshow div.last-active{
	z-index:9;
	visibility:hidden;
	}
  
#slideshow div.items img {
   max-width: 100%;
}