
body::before
{
	content: "";
	height: 100vh;
    width: 100vw;
	left: 0;
	top: 0;
	transition: unset;	
	z-index: -1;

    background: url(/_customers/images/ui/Mosaic/global_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
}

