.headerbar {
	background: transparent;
}

.headerbar, .forumbg {
	border: none;
}

.header-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100.6%;
	max-height: 100%;
	margin-left: -2px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.headerbar .header-banner {
		width: 100.4% !important;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.mobile-header-banner {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 102% !important;
		max-height: 100%;
		margin-left: -2px;
	}

	.header-banner {
		border-radius: 0px !important;
		max-width: 102% !important;
	}
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.mobile-header-banner {
			width: 100.8% !important;
		}
	}
}
