
.rating {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
}


.rating-stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url('/images/icons/star-white.svg');
    background-position: top left;
    background-repeat: repeat-x;
    width: 181.5px;
    height: 30px;
    background-size: 36.3px 30px;
}


.rating-stars .star-amount {
    background-size: 36.3px 30px;
}

.star-amount {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url('/images/icons/star-yellow.svg');
    background-position: top left;
    background-repeat: repeat-x;
}

