section {
  height: 100vh;
  background-image: url("https://www.dbox.us/misc/love/1.jpg");
  background-size: cover;
  /*   background-size: 100% auto; */
  background-position: 70% center;
  background-attachment: fixed;
  color: #fff;
  padding: 15vw;
  background-repeat: no-repeat;
}
section:nth-of-type(2) {
  background-image: url("https://www.dbox.us/misc/love/2.jpg");
}
section:nth-of-type(3) {
  background-image: url("https://www.dbox.us/misc/love/3.jpg");
}
section:nth-of-type(4) {
  background-image: url("https://www.dbox.us/misc/love/4.jpg");
}
section:nth-of-type(5) {
  background-image: url("https://www.dbox.us/misc/love/5.jpg");
}
section:nth-of-type(6) {
  background-image: url("https://www.dbox.us/misc/love/6.jpg");
}
section:nth-of-type(7) {
  background-image: url("https://www.dbox.us/misc/love/7.jpg");
}

body,
html {
  margin: 0;
  padding: 0;
}