.landing-glow::before {
  width: 1109px;
  height: 906px;
  content: '';
  background: url(../images/land-010-bg.webp) no-repeat center;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-glow::before {
    background-image: url(../images/land-010-bg@2x.webp);
  }
}