#fw-section-featured-collection-0 {

body {
  background-repeat: no-repeat; /* Stops the tiling */
  background-size: cover;       /* Scales image to cover area */
  background-position: center;  /* Centers the image */
  background-attachment: fixed; /* Optional: keeps image static while scrolling */
}
}