html{
    height: 100%;
    overflow-x: hidden;
}

#sp-page-builder > .page-content{
    width: 100%;
    z-index:1;
    position:relative;
}

#sp-page-builder > .page-content > .sppb-section{
    -webkit-transform:translateZ(0);
    color: rgb(248, 249, 250);
    box-shadow: 0 2px 15px rgba(0,0,0,0.9);
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display:flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index:1;
}
#sp-page-builder > .page-content > .sppb-section.hidden{display:none;}
#sp-page-builder > .page-content > .sppb-section:first-child{z-index:2;}
