.score {
  height: 40px;
  background-repeat: no-repeat;
}

.score-small {
  height: 20px;
}

.score-frigid {
  width: 35px;
  background-image: url('../images/score-frigid.gif');
}

.score-frigid.score-small {
  width: 18px;
  background-size: 18px 20px;
}

.score-cold {
  width: 63px;
  background-image: url('../images/score-cold.gif');
}

.score-cold.score-small {
  width: 32px;
  background-size: 32px 20px;
}

.score-warm {
  width: 90px;
  background-image: url('../images/score-warm.gif');
}

.score-warm.score-small {
  width: 45px;
  background-size: 45px 20px;
}

.score-hot {
  width: 118px;
  background-image: url('../images/score-hot.gif');
}

.score-hot.score-small {
  width: 59px;
  background-size: 59px 20px;
}

.score-sizzling {
  width: 145px;
  background-image: url('../images/score-sizzling.gif');
}

.score-sizzling.score-small {
  width: 71px;
  background-size: 71px 20px;
}