@media only screen and (min-width:320px) and (max-width: 1192px){
	nav .rightNav {
	    float: right;
	    display: none !important;
	}
}