@media (min-width: 990px) {
	header.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
}