header {
    background-color: #ffffff9c;
}

body {
    background-image: url('../img/bg-main2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    body {
        background-position-x: -611px;
    }
}