.NVZZtNxQcf,
.NVZZtNxQcf::before {
  content: " ";
  min-height: 24px;
  min-width: 28px;
  max-width: 140px;
  background-size: 28px;
  background-position-x: left;
  background-position-y: top;
  display: block;
  color: transparent;
}

.NVZZtNxQcf {
  width: 140px;
  background-image: url("../img/emptyStar.png");
}

.NVZZtNxQcf::before {
  margin: 0;
  padding: 0;
  background-image: url("../img/fillStar.png");
}

.NVZZtNxQcf[data-star="1"]::before {
  width: 28px;
}

.NVZZtNxQcf[data-star="1.5"]::before {
  width: 42px;
}

.NVZZtNxQcf[data-star="2"]::before {
  width: 56px;
}

.NVZZtNxQcf[data-star="2.5"]::before {
  width: 70px;
}

.NVZZtNxQcf[data-star="3"]::before {
  width: 84px;
}

.NVZZtNxQcf[data-star="3.5"]::before {
  width: 98px;
}

.NVZZtNxQcf[data-star="4"]::before {
  width: 112px;
}

.NVZZtNxQcf[data-star="4.5"]::before {
  width: 126px;
}

.NVZZtNxQcf[data-star="5"]::before {
  width: 140px;
}

@media (min-width: 537px) {

  .NVZZtNxQcf,
  .NVZZtNxQcf::before {
    min-width: 28px;
    min-height: 24px;
    max-width: 140px;
    background-size: 28px;
  }

  .NVZZtNxQcf {
    width: 140px;
  }

  .NVZZtNxQcf[data-star="1"]::before {
    width: 28px;
  }

  .NVZZtNxQcf[data-star="1.5"]::before {
    width: 42px;
  }

  .NVZZtNxQcf[data-star="2"]::before {
    width: 56px;
  }

  .NVZZtNxQcf[data-star="2.5"]::before {
    width: 70px;
  }

  .NVZZtNxQcf[data-star="3"]::before {
    width: 84px;
  }

  .NVZZtNxQcf[data-star="3.5"]::before {
    width: 98px;
  }

  .NVZZtNxQcf[data-star="4"]::before {
    width: 112px;
  }

  .NVZZtNxQcf[data-star="4.5"]::before {
    width: 126px;
  }

  .NVZZtNxQcf[data-star="5"]::before {
    width: 140px;
  }

}