.niceImage {
    width: 100%;
    min-height: 150px;
    max-height: 450px;
    background-color:#ddd;
    object-fit: cover;
}


#mImage {
    margin-right: 4px
}

.estrelas input[type=radio] {
    display: none;
  }
  .estrelas label i.fa:before {
    content:'\f005';
    color: #FC0;
  }
  .estrelas input[type=radio]:checked ~ label i.fa:before {
    color: #CCC;
  }