.megabillboard_wrapper {
    width: 100%;
    z-index: 999 !important;
    background-color: #000;
}
.megabillboard_container {
	background-attachment: scroll;
	background-position: left top;
	background-size: cover;
	width: 100%;
	position: absolute;
	clip: rect(auto, auto, auto, auto);
	right: 0px;
	left: 0px;
	margin: auto;
}
.megabillboard_close {
	position: absolute;
	cursor: pointer;
	right: 0;
	padding: 5px;
	z-index: 999;
	top: 0px;
	font-size: 12px;
	font-weight: bold;
	display: none;
	color: white;
}
#header_new.noSticky { position: relative !important; animation: none; }
#header_new.yeSticky { position: fixed !important; width: 100%; top: 0; z-index: 6; animation: animate_header 0.3s normal forwards ease-in-out; }