#main .cleaning #sectionOne {
 background-image: url('../images/f9c259a1-b823-41db-8332-dc3facde0517.jpg');
}

#main .cleaning #sectionTwo {
 background-image: url('../images/star-bg.jpg');
 background-repeat: no-repeat;
 background-size: cover;
}

@media screen and (max-width: 670px) {
 #main .cleaning #sectionTwo {
  background-position: center;
 }
}

#main .cleaning #sectionTwo .body .content {
 color: white;
 text-shadow: 2px 2px 2px black;
}

