backgroud position 50% for both vertical and horizontal in css image code example
Example: css align backround image to the right
.right-align-background {
background-position: center right;
}
.right-align-background {
background-position: center right;
}