.home-s2 {
  min-height: 100%;
  background-image: url(../../img/home/section-two/fire.gif);
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: bottom;
  margin-top: 15px;
}

.champion-phone > img {
  width: 300px;
}
@media (min-width: 320px) {}

@media (min-width: 992px) {
  .home-s2 {
    background-size: 60% auto;
  }
}

@media (min-width: 1200px) {
  .champion-phone > img {
    width: 500px;
  }
}
