@media only screen and (min-width: 900px) {
    body {
        background-image: url(/Images/Bkgnd-Luffers.jpg), url(/Images/Bkgnd-Luffers.jpg);
        background-repeat: no-repeat, no-repeat;
        background-attachment: fixed, fixed; /*Don't scroll with page.*/
        background-position: 0% 0%, 100% 0%;
    }
}
