body {
  background-image: url('../img/h-vipclub.png');
  background-size: 100% 100%; /* 100% de ancho y 100% de alto */
  background-repeat: no-repeat;
  background-attachment: fixed; /* Opcional: si quieres que la imagen no se mueva con el scroll */
}

@media (max-width: 900px) {
  body {
    background-image: url('../img/v-vipclub.png');
  }
}