 @media only screen  and (max-width:2400px){}

@media (min-width: 1024px) and (max-width: 1920px){ }

 @media only screen  and (max-width:1024px){

	 header .header .mobile_nav .mobile_nav_header .mobile_logo img { width: 250px; max-width:  none;}
	 
	 
}