html {
  background-color: #0a0a0a;
  margin: 1px;
  padding: 1px;
}
.contest {
  width: 90%;
}
@media screen and (min-width: 100px) {
  html {
    font-size: 6px;
  }
  img {
    width: 100px;
  }
}
@media screen and (min-width: 300px) {
  html {
    font-size: 10px;
  }
  img {
    width: 180px;
  }
}
@media screen and (min-width: 350px) {
  html {
    font-size: 12px;
  }
  img {
    width: 220px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 14px;
  }
  img {
    width: 260px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 24px;
  }
  img {
    width: 440px;
  }
}
@media screen and (min-width: 1000px) {
  .contest {
    width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .contest {
    width: 50%;
  }
}
@media screen and (min-width: 2200px) {
  .contest {
    width: 30%;
  }
}
.contest {
  color: white;
  border: 50px;
}
a {
  color: #88f;
  text-decoration: none;
  text-align: center;
}
img {
  transition: 500ms opacity;
  display: block;
  opacity: 0;
}
.test .bar {
  transition: 500ms all, 800ms height;
  overflow: hidden;
  height: 0;
  color: #88f0;
}
.test:hover {
  background-color: #3338;
}
.test:hover img {
  opacity: 1;
}
.test:hover .bar {
  padding-left: 10px;
}
@media screen and (min-width: 100px) {
  .test:hover .f1 {
    clear: both;
    height: 180px;
    color: #f1f1f1;
  }
  .test:hover .f2 {
    clear: both;
    height: 115px;
    color: #f1f1f1;
  }
  .test:hover .f3 {
    clear: both;
    height: 515px;
    color: #f1f1f1;
  }
}
@media screen and (min-width: 300px) {
  .test:hover .f1 {
    clear: both;
    height: 315px;
    color: #f1f1f1;
  }
  .test:hover .f2 {
    clear: both;
    height: 182px;
    color: #f1f1f1;
  }
  .test:hover .f3 {
    clear: both;
    height: 906px;
    color: #f1f1f1;
  }
}
@media screen and (min-width: 350px) {
  .test:hover .f1 {
    clear: both;
    height: 385px;
    color: #f1f1f1;
  }
  .test:hover .f2 {
    clear: both;
    height: 230px;
    color: #f1f1f1;
  }
  .test:hover .f3 {
    clear: both;
    height: 1110px;
    color: #f1f1f1;
  }
}
@media screen and (min-width: 400px) {
  .test:hover .f1 {
    clear: both;
    height: 460px;
    color: #f1f1f1;
  }
  .test:hover .f2 {
    clear: both;
    height: 272px;
    color: #f1f1f1;
  }
  .test:hover .f3 {
    clear: both;
    height: 1320px;
    color: #f1f1f1;
  }
}
@media screen and (min-width: 700px) {
  .test:hover .f1 {
    clear: both;
    height: 770px;
    color: #f1f1f1;
  }
  .test:hover .f2 {
    clear: both;
    height: 460px;
    color: #f1f1f1;
  }
  .test:hover .f3 {
    clear: both;
    height: 2220px;
    color: #f1f1f1;
  }
}
