.parallax__container{
	clip:rect(0,auto,auto,0);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-100
}


.parallax__container .parallax{
	background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:fixed;top:0;width:100%
}