@media screen and (min-width: 1000px) {
  .view-tastings-per-wine {
    .views-row:not(:first-child) {
      .field__label {
        display: none;
      }
    }
  }
}
