body:before{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	will-change: transform;
	z-index: -1;
}
body,body:before{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.i-logo{
	opacity: 1 !important;
}

