/* DT */
.char-wrap {
  position: relative;
  z-index: 20;
}
.char-off {
  position: absolute;
  z-index: -1;
}

.char-on {
  z-index: 21;
}

.char-cta {
  z-index: 31;
  transition: all 0.12s linear;
  position: absolute;
/* temp  background: rgba(0, 0, 0, 0.25); */
  cursor: pointer;
}

.char-cta:hover {
/* temp   border: 5px dashed #0F0; */
}

/* POLLY */
.char-off-polly {
  left: 45%;
  top: -45px;
}

.char-polly,
.char-polly-cta {
  left: 20px;
  top: 85px;
}

.char-polly {
  max-width: 75px;
  animation: ani5 12s infinite forwards; animation-delay: 67s;
}


.char-polly-cta {
  width: 90px;
  height: 140px;
}


/* SANNY */
.char-off-sanny {
  left: -50px;
  top: -165px;
}

.char-sanny,
.char-sanny-cta {
  left: 70px;
  top: 45px;
}

.char-sanny {
  animation: ani4 16s infinite forwards; animation-delay: 48s;
}

.char-sanny-cta {
  width: 90px;
  height: 100px;
}


/* MILLIE */
.char-off-millie {
  left: -160px;
  top: -180px;
}

.char-millie,
.char-millie-cta {
  left: 40px;
  top: 20px;
}

.char-millie {
  animation: ani3 12s infinite forwards; animation-delay: 10s;
}


.char-millie-cta {
  width: 120px;
  height: 100px;
}


/* FLUFFY */
.char-off-fluffy {
  left: -35px;
  margin-bottom: 10px;
}

.char-fluffy,
.char-fluffy-cta {
  left: 80px;
  top: 20px;
}

.char-fluffy {
  animation: ani1 8s infinite forwards; animation-delay: 20s;
}

.char-fluffy-cta {
  width: 120px;
  height: 100px;
}


/* RUMPELSTILTSKIN */
.char-off-rumpelstiltskin {
  margin-bottom: 55px;
}
.res-wrap {
  position: relative;
}

.char-off-fence {
  position: absolute;
  top: 0;
  left: 0;
}

.char-rumpelstiltskin,
.char-rumpelstiltskin-cta {
  left: 80px;
  top: 0;
}

.char-rumpelstiltskin {
  animation: ani2 15s infinite forwards; animation-delay: 27s;
}


.char-rumpelstiltskin-cta {
  width: 80px;
  height: 80px;
}


/* JOE */
.char-off-joe {
  left: 5px;
}

.joe-wrap {
  position: absolute;
  z-index: -1;
  bottom: 20px;
  left: 35px;
}

.char-off-sand-castle {

}

.char-joe {
  left: 10px;
  top: 35px;
  animation: ani6 15s infinite forwards; animation-delay: 12s;
}

.char-joe-cta {
  width: 100px;
  height: 120px;
  left: 50px;
  top: 45px;
}


/* Medium DT screen sizes */
@media screen and (min-width: 1390px) and (max-width: 1610px) {
  .char-off-polly {
    left: 35%;
    top: -25px;
    max-width: 200px;
  }

  .char-off-sanny {
    left: -60px;
    top: -80px;
  }

  .char-off-millie {
    left: -140px;
    top: -130px;
    max-width: 175px;
  }

  .char-millie, .char-millie-cta {
    top: 0;
  }

  .joe-wrap {
    max-width: 170px;
  }

  .char-off-rumpelstiltskin {
    margin-bottom: 10px;
    margin-left: -70px;
    max-width: 300px;
  }

  .char-fluffy-cta {
    width: 100px;
    left: 60px;
  }
  .char-off-fluffy {
    max-width: 190px;
  }
}


/* Medium-Small DT screen sizes */
@media screen and (min-width: 1200px) and (max-width: 1390px) {
  .char-off-polly {
    left: 35%;
    top: -25px;
    max-width: 155px;
  }

  .char-off-sanny {
    left: -60px;
    top: -65px;
  }

  .char-off-millie {
    left: -120px;
    top: -110px;
    max-width: 150px;
  }

  .char-millie, .char-millie-cta {
    top: 0;
    left: 5px;
  }

  .joe-wrap {
    max-width: 170px;
  }

  .char-off-rumpelstiltskin {
    margin-bottom: 0;
    margin-left: 0px;
    max-width: 250px;
  }

  .char-fluffy-cta {
    width: 100px;
    left: 60px;
  }
  .char-off-fluffy {
    max-width: 190px;
    margin-bottom: -25px;
  }
}

/* Small DT screen sizes */
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .char-off-polly {
    left: 30%;
    top: -70px;
    max-width: 130px;
  }

  .char-polly, .char-polly-cta {
    max-width: 50px;
  }

  .char-polly-cta {
    width: 100px;
    height: 90px;
  }

  .char-off-sanny {
    left: -100px;
    top: -70px;
  }

  .char-sanny, .char-sanny-cta {
    max-width: 60px;
  }

  .char-sanny-cta {
    height: 70px;
  }

  .char-off-millie {
    left: -150px;
    top: -130px;
    max-width: 150px;
  }

  .char-millie, .char-millie-cta {
    top: 0;
    left: 5px;
    max-width: 110px;
  }

  .joe-wrap {
    max-width: 170px;
  }

  .char-joe-cta {
    top: -30px;
  }

  .char-off-rumpelstiltskin {
    margin-bottom: 30px;
    margin-left: 0px;
    max-width: 250px;
  }

  .char-fluffy-cta {
    width: 100px;
    left: 60px;
  }
  .char-off-fluffy {
    max-width: 190px;
  }
}



