body::before
{
	background: url(/_customers/images/ui/MillerInternational/img/img-9.jpg);
	background-size: cover;	
	background-position: top;
	background-repeat: no-repeat;
	opacity: 1;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: unset;
	width: 100vw;
	z-index: -1;
}
body::after {
	background: #ffffff ;
	position: fixed;
	top: 0;
	left:0;
	content: "";
	opacity: .8;
	width: 100%;
	height: 100%;
	z-index: 0;
}