I have a div
block with the specified styles:
.promo-blocks .first-appointment {
background-image: url("../images/41d000_e4b9806a75b61053f1d6d4ccab8903df.png_srz_980_345_85_22_0.50_1.20_0 (2).00_png_srz");
position: relative;
background-color: #82B440;
background-position: left;
background-repeat: no-repeat;
background-position-x: -97%;
background-size: contain;
}
When I adjust the page scale to 75% or lower, my background-image
shifts to the left side.
How can I ensure that the background stays fixed at the left bottom
position with consistent padding from the center text?