
:root{
  --atlas:url("sprites_definitivos.png");
  --atlas-w:2048px;
  --atlas-h:1535px;
}
.sprite{
  display:block;
  position:absolute;
  overflow:hidden; 
  background-image:var(--atlas);
  background-repeat:no-repeat;
  background-size:var(--atlas-w) var(--atlas-h);
  pointer-events:none;
}

/* Recortes del atlas definitivo */
.sp-claim{
  width:460px;height:120px;
  background-position:-885px -50px;
}
.sp-headline-v{
  width:574px;height:260px;
  background-position:-825px -180px;
}
.sp-headline-a{
    width: 570px;
    height: 260px;
    background-position: -835px -429px;
}
.sp-velada{
  width:670px;height:700px;
  background-position:-1395px -48px;
}
.sp-date-bar{
  width:770px;height:190px;
  background-position:-22px -438px;
}
.sp-time-bar{
  width:590px;height:185px;
  background-position:-35px -700px;
}
.sp-battle{
  width:535px;height:330px;
  background-position:-725px -690px;
}
.sp-feature-screen{
  width:570px;height:205px;
  background-position:-4px -1019px!important;
}
.sp-feature-party{
  width:485px;height:220px;
  background-position:-575px -1010px;
}
.sp-feature-cold{
  width:440px;height:220px;
  background-position:-1091px -1023px;
}
.sp-feature-bucket{
  width:470px;height:225px;
  background-position:-1520px -1007px;
}
.sp-zigzag{
  width:430px;height:180px;
  background-position:-50px -1310px;
}
.sp-lightning{
  width:190px;height:285px;
  background-position:-540px -1248px;
}
.sp-pink-brush{
  width:455px;height:270px;
  background-position:-745px -1255px;
}
.sp-cyan-brush{
  width:410px;height:270px;
  background-position:-1160px -1255px;
}
.sp-halftone{
  width:330px;height:260px;
  background-position:-1680px -1260px;
}
