.distractful {
	overflow: hidden;
}
.distractful-item {
	background-position: center top;
	background-size: cover;
	position: absolute;
    z-index: 1;
	overflow: hidden;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    float: left;
}
.distractful-item img {
	display:none;
}
.distractful.isParallax {
	position: fixed;
	z-index: 0;
}
body.distractful-body {
	overflow-x:hidden;
}