/* Minimal CSS to keep backgrounds tidy */
.force-fixed-bg,
.elementor-section[style*="background-image"],
.e-con[style*="background-image"],
.elementor-background-overlay[style*="background-image"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
