/* MOB starting size: 1000px screen */

@media screen and (max-width: 1000px) {
  .hd-stars-wrap {
    justify-content: flex-end; 
  }

  .hd-stars-wrap .hd-star {
    width: 30px;
    height: 25px;
  }

  .hd-stars-wrap .hd-star-on {
    background-size: 56px;
  }

  .hd-masthead-wrap {
    top: 25px;
  }

  h1.hd-masthead-ttl {
    font-size: 1.625em;
    margin-top: 0.8em;
  }

  h2.hd-masthead-teaser {
    font-size: 1.175em;
  }

  .hd-masthead-img {
    padding: 0 20%;
  }


/* CHARS */
/* CHANGE TO 0 ONCE DONE */
  .chars-wrap {
    position: relative;
  }

/* Fluffy */
  .char-off-fluffy {
    max-width: 170px;
    left: 0;
    top: 85px;
    margin: 50px 0 auto auto;
  }

  .char-fluffy, .char-fluffy-cta {
    left: 50px;
    top: 8px;
  }

  .char-fluffy {
    animation: ani1mob 11s infinite forwards; animation-delay: 17s;
  }


  .char-fluffy-cta {
    width: 80px;
  }

/* Millie */
  .char-off-millie {
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    max-width: 130px;
    margin-bottom: 0;
  }

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

  .char-millie {
    animation: ani3mob 12s infinite forwards; animation-delay: 37s;
  }


/* Rumpelstiltskin */
  .char-off-bush {
    display: none;
  }

  .char-rumpelstiltskin {
    position: relative;
  }

  .char-off-rumpelstiltskin {
    margin-bottom: 0;
    margin-left: auto;
    max-width: 160px;
    left: auto;
    right: 0;
    top: 100px;
  }

  .char-rumpelstiltskin, .char-rumpelstiltskin-cta {
    left: auto;
    top: 0px;
    right: 80px;
    max-width: 45px;
  }

  .char-rumpelstiltskin-cta {
    width: 80px;
    right: 83px;
    top: -15px;
  }

/* Joe */
  .joe-wrap {
    max-width: 170px;
    bottom: initial;
  }

  .char-off-joe {
    left: auto;
    top: 110px;
    right: 60px;
    margin: auto 0 0 auto;
    max-width: 100px;
  }

  .char-joe, .char-joe-cta {
    left: 0;
    top: 10px;
    max-width: 60px;
  }

  .char-joe {
    animation: ani6mob 15s infinite forwards; animation-delay: 26.5s;
  }


/* Sanny */
  .char-off-sanny {
    left: auto;
    right: auto;
    margin: auto;
    max-width: 90px;
    margin-bottom: 0;
    top: 115px;
  }

  .char-sanny, .char-sanny-cta {
    left: 30px;
    top: 14px;
    max-width: 45px;
  }

  .char-sanny {
    animation: ani4mob 16s infinite forwards; animation-delay: 8s;
  }

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

/* Polly */
  .char-off-polly {
    left: 0;
    top: 20px;
    max-width: 130px;
  }

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

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

/* Foo bushes */
  .bushes-wrap {
    position: absolute;
    z-index: 11;
    bottom: 95px;
  }

/* Foo logos */
  .hd-easter-foo-logos-wrap .hd-easter-foo-logo img {
    width: 105px;
    max-width: 80%;    
  }

/* Winner */
  #hd-game-wrap.winner .hd-masthead-wrap {
    height: 95vh;
  }

  #hd-game-wrap.winner .hd-easter-foo {
    position: fixed;
    bottom: 0;
  }

}
