.continuous-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300vw; /* matches 3 sections horizontally */
  height: 100vh;
  background-image: url('magazine images/clouds.png');
  background-size: contain; /* scales down to fit without cropping */
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}