.stars_box {
  position: relative;
  display:inline-block;
  font-size: 20px;
}
.stars_box .stars{
  position:absolute;
  overflow: hidden;
}
.stars_box .stars:before{
  content:"★★★★★";
  color: #e0ceaa;
}
.stars_box:after {
  content:"★★★★★";
  color: #ccc;
}