body::before
{
	
    background-image: 	url(/_customers/images/ui/TargetCorp/back_home2.svg), 
						linear-gradient(to bottom, #333  calc(100% - 20px), #333  20px);
	background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center bottom 2.5px, bottom left;
    background-size: 800px, 100% 20px;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: none;
	width: 100vw;
	z-index: -1;
}