.background-div {
background-color: red;
background-image: url(”image.png”);
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
}
becomes this: