@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.headerbar .header-banner {
		display: none;
	}
	
	.banner-header #headerbanner_description {
		display: none;
	}

	.headerbar .mobile-header-banner {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	
	#mobile_headerbanner_description {
		display: block;
        margin-left: 35%;
		margin-right: -35%;
		position: absolute;
		top: -10px;
	}
		a:hover {
			text-decoration: none;
	}
}


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