.ry-bnr-wrp:before {
    background: #8482af !important;
    opacity: 0.8
}
div#ry-pg-body:before {
    position: absolute;
    width: 100%;
    height: 50vh;
    content: '';    
    top: 0;
    background: #a2a2c0;
    background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, #a2a2c0));
    background: linear-gradient(0deg, white 0%, #a2a2c0 70%);    
    transition: all .5s;
}

div#ry-pg-body.fixed:before {
    position: fixed;
}