body {
    background: none;
}

img.cover-image {

    height: 100%;
    min-width: 1920px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header, .max-width {
    position: relative;
}

.side-tab, .social-tab {
    z-index: 11;
}

.child {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.reservation-box {
    background: none;
    visibility: hidden;
}

.reservation-box img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    top: -130px;

}

.reservation-top, .reservation-bottom {
    position: relative;
    z-index: 8;
}

@media screen and (max-width: 1920px) { /* Specific to this particular image */
    img.cover-image {
        left: 50%;
        margin-left: -960px;   /* 50% */
    }
}