I have the following code to center a background image in a section. I am trying to figure out how to prevent the image from
scaling.
section[data-section-id="63e1bc6bf9b9ca361148d813"]{
.section-background, .section-background .section-background-content, .section-background .section-background-canvas, .section-background .section-background-overlay {
top: 0px !important;
right: 0px !important;
bottom: 0px !important;
left: 0px !important;
}
}