#body-background img {
display: block !important;
min-height: 100%;
min-width: 1600px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
@media screen and (max-width: 1600px){
#body-background img {
left: 50%;
margin-left: -800px; }
}