.body {
  background-image: url('../images/huh-confused.gif');
  background-position: 0 0;
  background-size: 249px;
}

@media screen and (max-width: 991px) {
  .body {
    background-size: 200px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-size: 160px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-size: 80px;
  }
}
