.stars {
	position: relative;
	display: inline-block;
  }
  
  .stars-rating {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
  }
  
  .stars-rating img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
  
  .stars img {
	display: block;
	width: 100px; /* Set size stars */
  }
img.star {
	max-width: inherit;
}