*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #f4f4f4;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  margin: 0;
}
header {
  background-color: #000;
  box-shadow: 0 5px 5px #cfcfcf;
}
.grid {
  margin: auto;
  max-width: 1440px;
  padding: 0px 50px;
}
.banner {
  display: block;
  margin: auto;
  max-width: 100%;
}
.row {
  border-bottom: 1px solid #e2e2e2;
  margin: auto;
  padding: 50px 0;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
.description {
  line-height: 24px;
  font-size: 16px;
}
.description__title {
  font-size: 28px;
  font-weight: 600;
  margin: 25px 0;
}
.description__category {
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.description__summary {
  color: #a9a9a9;
}
@media (min-width: 960px) {
  .player {
    padding-right: 40px;
  }
  .player, .description {
    float: left;
    width: 50%;
  }
}

