@media only screen and (max-width: 768px) {	
	#primaryNav > ul > li,
	#primaryNav > ul > li:nth-child(5) {
		max-width: 100%;
	}
}