.lazy-background {
  background-image: url("../images/placeholder.webp");
}

.lazy-background.visible {
  background-image: url("../images/landscape.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}