.starrr {
  display: inline-block; }
  .starrr a {
    font-size: 20px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none; }
    
    	@media screen and (max-width: 600px) {
          .starrr a{font-size: 10px !important;}
      }
