custom_stylesheet
"/*

  .story

*/
div.brands > div.story {
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 20px;
  background: rgb(245, 245, 245);
}
div.brands > div.story {
  overflow: hidden;
  overflow-y: auto;
}
div.brands > div.story img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
div.brands > div.story h2 {
  font-size: 2.0em;
  font-weight: 300;
  margin: 15px 0 10px 0;
  padding: 0;
}
div.brands > div.story p {
  font-size: 12px;
  margin: 10px 0;
}
@media (max-width: 950px) and (min-width: 767px) {
  div.brands > div.story {
    width:100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  div.brands > div.story {
    width:100%;
    float: none;
  }
  div.brands > div.story h2 {
    font-size: 2.1em;
  }
}

/* .brand-logo */
.brands .brand-logo {
  background: #FFF;
  background-image: url("/assets/logo_ytb.png");
  background-repeat: no-repeat;
  background-size: 210px;
  background-position: 50%;
  border-right: 1px solid rgb(235, 235, 235);
  display: block;
  float: left;
  height: 250px;
  width: 250px;
  margin: 0 20px 0 0;
  z-index: 2;
  position: relative;
}
@media all and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .brands .brand-logo {
  background: #FFF;
  background-image: url("/assets/logo_ytb.png");
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: 50%;
  }
}
@media screen and (max-width: 768px) {
  .brands .brand-logo {
    background-position: 50%;
    border-top: 1px solid rgb(235, 235, 235);
    float: none;
    width: 100%;
  }
}

/* .brand-profile */
.brands .brand-profile {
  padding: 0 15px;
}

/*

.right

*/
.content.brands .right {
  float: right;
  text-align: left;
  margin: 0;
}

@media (min-width: 731px) and (max-width: 950px) {
  .brands .right {
    float: right;
    width: 25%;
  }
}

@media  (min-width: 401px) and (max-width: 730px) {
  .brands .right {
    float: right;
    width: 100%;
  }
}

/* .block */
.brands .right .block .header {
  height: auto;
  margin-bottom: 10px;
}

/* team */
.brands .right .block .team {
  height: 50px;
  overflow: hidden;
}
.brands .right .block .team .list {
  overflow-y: hidden;
  transition: top .15s linear;
  width: 100%;
}
.brands .right .block .team .list img {
  float: left;
  left: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.brands .right .block .team .group {
  margin: 0 15px;
  height: 50px;
  clear: both;
}
.brands .right .block .team .group h2 {
  font-size: 11px;
  margin-bottom: 5px;
  padding: 0;
}
.brands .right .block .team .group p {
  font-size: 13px;
  margin: 0 0 3px;
}
.brands .right .block .team .group .username {
  display: inline;
  line-height: 1.0em;
}
@media (max-width: 730px) and (min-width: 401px) {
  .brands .right .block .team {
    height: 250px;
  }
}

/*

  .left

*/
.brands .left {
  float: left;
  width: 72%;
  margin-bottom: 50px;
}
.brands .left.search h2 {
  display: inline-block;
}
.brands .left.search .more {
  float: none;
  margin-left: 10px;
}
@media (max-width: 730px) {
 .brands .left {
    float: left;
    width: 100%;
  }
}

/* Projects-list */
.brands-list {
  display: block;
}
.brands-list ul {
  padding: 0;
}
@media (max-width: 950px) {
  .brands-list {
    display: list-item;
    list-style-type: none;
  }
}
"
