#omni_content{
	position: relative;
	width: 100%;
	min-height: calc(100vh - 145px);
	padding: 5vh 5vw 0;
	box-sizing: border-box;
}
@media(min-width: 1367px){
	#omni_content{
		
	}
}
#omni_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 145px);
	/*min-height: 870px;*/
	min-height: 540px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#omni_campaign{
	/* display: flex; */
	/*	justify-content: center; */
	/*	padding: 15px 0; */
	position:relative;
	float: left;
	width: 50vw;
    text-align: center;
}
@media(max-width: 1068px){
	#omni_campaign{
		float: none;
		margin: auto;
		width: auto;
		margin-bottom:20px;
	}
	#omni_background{
		height: 820px;
	}
}
#omni_campaign img{
	width: 328px;
}

header .main-menu ul:first-child li {
	display: none;	
}
header .main-menu ul:first-child li.main-menu-logo {
	display: inline;	
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
