html, body, #cb_parallax_overlay, #cb_parallax_canvas {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0
}

#cb_parallax_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    z-index: -1;
    background: repeat;
    background-color: transparent;
}

#cb_parallax_canvas {
    margin: 0 !important;
    position: fixed;
    background: no-repeat fixed;
    overflow: hidden;
    z-index: -2
}

body.admin-bar:not(.custom-background-image)::before, body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0
}
