Resizing background image
Proportional minization of header's background image for mobile version will result a distorted view. To avoid this, we modify the header image sizes via image editor to new sizes 320X 36px.
.head_cont { background-image: url(/style/images/head_m.jpg); background-repeat: no-repeat; background-position: left top; width: 100%; }