body {
  background: #1F0C0C url(../images/land-066-bg.webp) no-repeat center;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background-image: url(../images/land-066-bg@2x.webp);
  }
}