
@media screen and (max-aspect-ratio: 4/3) {
  .button {
    font-size: 4rem;
    width: auto;
    padding: 2.3rem 4rem;
  }

  .begin {
    padding-left: 0;
    padding-right: 0;
  }
  .begin__logo{
    width: 98%;
  }
  .rules__text {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 80%;
  }

  .game {
    padding: 4vh 2vw;
  }
  .game__text p {
    font-size: 10vw;
    text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -2px 0px 0 #fff,
    2px 0px 0 #fff,
    0px -2px 0 #fff,
    0px 2px 0 #fff;
  }
  .game__hands {
    width: 100%;
  }
  .game__hero-distance {
    font-size: 5vw;
    top: -12%;
    text-shadow:
      -1px -1px 0 #121717,
      1px -1px 0 #121717,
      -1px 1px 0 #121717,
      1px 1px 0 #121717,
      -1px 0px 0 #121717,
      1px 0px 0 #121717,
      0px -1px 0 #121717,
      0px 1px 0 #121717;
  }
  .game__hero1 {
    width: 34vw;
    left: 2vw;
    bottom: 24vh;
  }
  .game__hero2 {
    width: 21vw;
    bottom: 38vh;
  }
  .game__hero3 {
    width: 32vw;
    bottom: 30vh;
    right: 2vw;
  }
  .game__snowball{
    width: 20vw;
  }
  .game__sight {
    bottom: 20vh;
    width: 90%;
  }
  .game__hero-true, .game__hero-false {
    font-size: 5rem;
  }
  .winner__title {
    margin-bottom: 3vh;
  }
  .winner__banner {
    width: 88%;
    margin-bottom: 6vh;
    padding: 3vw 3vw 3vw 22vw;
  }
  .winner__banner p {
    font-size: 3.5vw;
  }
  .winner__title {
    font-size: 10vw;
  }
  .winner__image {
    width: 80%;
  }
  .winner__banner img {
    width: 17vw;
    left: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .game__hero1 {
    width: 42vw;
    left: 1vw;
    bottom: 18vh;
  }
  .game__hero2 {
    width: 31vw;
    bottom: 35vh;
  }
  .game__hero3 {
    width: 40vw;
    bottom: 25vh;
    right: 1vw;
  }
  .game__sight {
    bottom: 16vh;
    width: 95%;
    height: 5vh;
  }
  .rules {
    padding: 10vh 2vh 4vh 2vh;
  }
  .rules__text {
    max-width: 100%;
    margin-bottom: 3vh;
    font-size: 7vw;
    text-shadow:
      -1px -1px 0 #121717,
      1px -1px 0 #121717,
      -1px 1px 0 #121717,
      1px 1px 0 #121717,
      -1px 0px 0 #121717,
      1px 0px 0 #121717,
      0px -1px 0 #121717,
      0px 1px 0 #121717;
  }
  .rules__image {
    width: 100%;
    margin-bottom: 4vh;
  }
  .button {
    width: 70%;
    font-size: 6.8rem;
  }
  .winner {
    padding: 5vh 0;
  }
  .winner__image {
    width: 100%;
  }
  .winner__title {
    font-size: 12vw;
  }
  .winner__banner p {
    font-size: 4vw;
  }
  .license-note {
    font-size: 6px;
    padding: 0.6rem 0.8rem;
    bottom: auto;
    top: 0.2rem;
    width: auto;
    max-width: none;
  }

}
