.feed.stream_partners > section {
  overflow: hidden;
  float: left;
  padding: 1.63em 0.5em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  height: 16.3em;
  width: 33.33%;
  position: relative;
}
.ie7 .feed.stream_partners > section {
  behavior: url("/taglib/css/boxsizing.htc");
}
@media (max-width: 1000px) {
  .feed.stream_partners > section {
    width: 33.33%;

  }
}
@media (max-width: 760px) {
  .feed.stream_partners > section {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .feed.stream_partners > section {
    float: none;
    width: auto;
  }
}
.feed.stream_partners > section .thumbnail img {
  display: block;
  height: 120px;
  margin: 0 auto 0.815em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.feed.stream_partners > section h1 {
  font-size: 1.1em;
  line-height: 1.11136em;
  margin: 0em 0em;
  max-height: 2.22273em;
  letter-spacing: 0;
  overflow: hidden;
  margin-top: 1.63em;
}
.feed.stream_partners > section h1 a {
  display: block;
  text-decoration: none;
}
.feed.stream_partners > section .streams {
  font-size: 0.9em;
  line-height: 1.35833em;
  margin: 0em;
  height: 2.71667em;
  overflow: hidden;
  font-weight: normal;
  color: #888;
}
.feed.stream_partners .listen {
  background-color: #ff5e17;
  color: #fff;
  display: block;
  font-size: 1em;
  line-height: 2.0375em;
  margin: 0em;
  height: 2.0375em;
  width: 2.0375em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 125px;
}
.feed.stream_partners .listen:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f028";
  display: block;
}
