.background-fader {
    height: 100%;
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
}
.background-fader li {
	list-style: none;
    position: absolute;
    top: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.z-1000 {
	z-index: 1000;
	position: relative;
}
.home-background {
	overflow: hidden;
}
.blankness {
    height: 100%;
    width: 100%;
}