body {
  background-image: url("assets/photo-background1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ========================================= */
/* MOBILE */
/* ========================================= */

@media (max-width: 768px) {

 body {
    background: rgb(255, 255, 255);
  }

}

.photo-1 {
  margin-left: 0;
}

.photo-2 {
  margin-left: 50%;
  margin-top: -180px;
}

.photo-8 {
  margin-top: -630px;
}