Background picture has margin top,left and right, trued to remove it with position absolute and relative, didn't worked what can true else to remove them.
HTML
<header class="banner"></header>
Css
banner {
background-image: url(../images/banner.jpg);
min-height: 750px;
background-size: cover;
background-position: center top; }