html {
    background: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)),
    url("../img/boxed-bg.jpg");
    background-size: cover;
}

body {
    background: rgba(0,0,0,0) !important;
}