body {
    background-color: #ffffff;
    background-image: url(img-wz.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.right {
    margin: 10;
    position: absolute;
    top: 70%;
    right: 10%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
}