body::before
{
	/* background: rgb(255 255 255); */
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
    transition: unset;

	position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: 0.2;
    background: url(/_customers/images/ui/RossDemo/logo.svg);
    background-repeat: no-repeat;
    background-position: bottom -285px center;
}