/*
* PAGE HEADERS
*/
.sh-util-parallax-client-lxrp {
}

.sh-util-parallax-client-lxrp::before {
    content: "";
    background-image: url("/faces/javax.faces.resource/img/logos/clients/lxrp/background1.png")!important;
    background-size: cover;

    position: fixed;
    top: 105px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;

    /* Create the parallax scrolling effect */
    background-origin: content-box;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}