
#parallax_0
{
	background-image:url(http://myfirstroom.com.au/image/cache/catalog/6013GA.001-2100x700.jpg);
}

#parallax_0 > div
{
	position:relative;
}

#parallax_0 > div::before
{
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
