.idty-parallax
{
	position: relative;
}
.idty-parallax div.parallax-group
{
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.idty-parallax div.parallax-group div.parallax-content
{
	position: relative;
	z-index: 100;
}
.idty-parallax div.parallax-group div.parallax-layer
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.idty-parallax div.parallax-group div.parallax-layer div.parallax-image
{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}