@media screen and (max-width: 750px){
	.nav,.nav-right{
		width: 100%;
	}
	.nav-left{
		display: none;
	}
}