header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../../img/iql/header-bg-1.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

