@media screen and (min-width: 992px) {
	.fixedElement {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
	}
	
	#fixedSpacer {
		display: block;
	}
}