.bg-image {
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}