/* MOB starting size: 1000px screen */
@media screen and (max-width: 1000px) {
  body {
    max-width: 96%;
  }
  .hd-masthead-wrap {
    top: 25px;
  }

  .light-translate-wrap {
    align-items: flex-end;
  }

  .hd-light-area {
    display: none;
  }

  .lights-wrap {
    top: -30px;
    z-index: 2;
  }

  .window-col {
    position: absolute;
  }

  .gra-tree-wrap { /* Showing the game section on the foo no matter which device you have. */
    position: absolute;
    bottom: 80px;
  }

  .gra-tree-wrap .gra-tree-row {
    position: absolute;
    bottom: 100px;
  }

  .tree-wrapper .tree {
    left: 0;
  }

  .tree-mob {
    position: relative;
  }

  .tree-img.tree-img-2 {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .granny-mob {
    position: relative;
    left: 30px;
  }

  .chars-wrap .row {
    flex-direction: row !important;
  }

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

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

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

@media screen and (max-width: 768px) {
  .game-logo-wrap {
    max-width: 400px;
  }
  .granny-mob {
    position: relative;
    left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .game-logo-wrap {
    max-width: 320px;
  }
}


@media screen and (max-width: 450px) {
  .game-logo-wrap {
    max-width: 240px;
  }
}

@media screen and (max-width: 410px) {
  #hdc-ga-translator select {
    max-width: 150px;
    font-size: 12px;
  }
  .game-logo-wrap {
    max-width: 200px;
  }

  .hd-easter-foo-logos-wrap .hd-easter-foo-logo img {
    max-width: 100px;
  }
}

