/** Show on windows larges than X */
body.wallpaper-body .wallpaper-bg-image {
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    margin-top: -200px;
    overflow: hidden;
}

/* needed to center content and force wallpaper wrapped around it */
/* will only for for new SH on xenforo */
body.wallpaper-body #app {
    background: white;
    width: 1200px;
    margin: 0 auto;
}

body.wallpaper-body .p-pageWrapper {
    width: 1200px;
    margin: 0 auto;
}

body.wallpaper-body .p-pageWrapper.theme-style-light {
    background: white;
}

body.wallpaper-body {
    /* background-color: transparent; */
    margin-top: 200px;
}
