Cześć, mam problem z pozycją tła na headerze.
Tło wygląda tak:

CSS wygląda tak: ```
.header
{
height: 700px;
background: url("../images/header/header.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
```
Edit:
Na desktopie też nie wyśrodkowuje w osi pionowej.
