@media (min-width: 768px) and (max-width: 992px) { 
	
	header #Menu {
		width: 50%;
	}
	
	footer {
		position: relative;
	}
	
}