#Header {
	display: none;
}
.bh-state-desktop #Content {
	/* padding-top: 140px; */
}

.bh-state-mobile #Content {
	padding-top: 62px;
}
#Main {
	position: relative;
}
/* #Main:after {
	content: '';
	width: 100%;
	height: 140px;
	background: white;
	position: absolute;
	left: 0px;
	top: 0px;
} */
.libraryInIframe #Main:after {
	display: none;
}

@media only screen and (max-width:1460px) {
	#Main:after {
		display: none;
	}
}