Hiding site title for Twentyfifteen sidebar on (responsive) desktop display size

This should do it for you.

@media screen and (min-width: 59.6875em){
  .site-title {
     display: none;
  }
}

I’m new here so I’m not sure why the downvotes.