.embed-recommendations {
  margin: 1.25em 0;
}
.embed-recommendations * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-recommendations *:before,
.embed-recommendations *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.embed-recommendations .er-wrapper {
  border-style: solid;
  border-color: #eaeef3;
  border-width: 1px 0;
  padding: 0.5em 0;
}
.embed-recommendations .er-title {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 12px;
  text-align: center;
  clear: both;
}
.embed-recommendations .er-content {
  overflow: hidden;
  clear: both;
  margin: 0 -5px;
}
.embed-recommendations .content-item {
  overflow: hidden;
  float: left;
  width: 33.33333333333333%;
  padding: 0 5px;
}
.embed-recommendations .content-item:first-child {
  display: block !important;
}
.embed-recommendations .content-item img {
  width: 100%;
}
.embed-recommendations .content-item a {
  color: #44494f;
}
.embed-recommendations .content-item a:hover {
  text-decoration: underline;
}
.embed-recommendations .content-item a > .image {
  overflow: hidden;
  max-height: 100px;
}
.embed-recommendations .content-item a > .title {
  background: none !important;
  text-align: left;
  padding: 0;
  position: inherit;
  top: auto;
  left: auto;
  height: auto;
  line-height: normal;
  letter-spacing: 0.05em;
  font: 12px 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #383838;
}
@media only screen and (max-width: 768px) {
  .embed-recommendations .content-item {
    display: none;
    width: 100%;
  }
  .embed-recommendations .content-item a > .image {
    max-width: 33.33333333333333%;
    max-height: 104px;
    float: left;
  }
  .embed-recommendations .content-item a > .title {
    max-width: 66.66666666666666%;
    float: left;
    padding-left: 10px;
  }
}
