#horizontalBar {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media screen and (max-width: 567px) {
	#horizontalBar {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (min-width: 568px) {
	#horizontalBar {
		position: absolute;
		top: -1px;
		left: 0;
	}
	
	#banner {
		padding-top: 49px;
	}
}