body#ways-to-watch #omnicarousel2 {
  margin-bottom: 30px;
}
body#ways-to-watch h3 {
  text-transform: uppercase;
}
body#ways-to-watch .content-ribbon {
  width: 960px;
  height: 270px;
  background-image: url(/sc_assets/images/desktop/framework/ways_to_watch/content_ribbon_bg.png);
  margin-bottom: 30px;
  list-style-type: none;
}
body#ways-to-watch .content-ribbon:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#ways-to-watch .content-ribbon > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body#ways-to-watch .content-ribbon > *:last-child {
  margin-right: 0;
}
body#ways-to-watch .content-ribbon > *.last {
  margin-right: 0;
}
body#ways-to-watch .content-ribbon:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#ways-to-watch .content-ribbon > * {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
body#ways-to-watch .content-ribbon > a {
  width: 21px;
  height: 270px;
  background-image: url(/sc_assets/images/desktop/framework/ways_to_watch/arrows.png);
}
body#ways-to-watch .content-ribbon > a.content-ribbon-previous {
  background-position: -21px;
}
body#ways-to-watch .content-ribbon > a.content-ribbon-previous:hover {
  background-position: -42px;
}
body#ways-to-watch .content-ribbon > a.content-ribbon-previous:active {
  background-position: 0;
}
body#ways-to-watch .content-ribbon > a.content-ribbon-next {
  background-position: -84px;
}
body#ways-to-watch .content-ribbon > a.content-ribbon-next:hover {
  background-position: -105px;
}
body#ways-to-watch .content-ribbon > a.content-ribbon-next:active {
  background-position: -63;
}
body#ways-to-watch .content-ribbon-content {
  overflow: hidden;
  width: 918px;
  height: 264px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items {
  list-style-type: none;
  position: relative;
  height: 232px;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items > * {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 0;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items .content-ribbon-item {
  position: absolute;
  height: 264px;
  width: 300px;
  background-color: #000;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items .content-ribbon-item a:hover {
  text-decoration: none;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items .content-ribbon-item img {
  clear: both;
  margin-bottom: 10px;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items .content-ribbon-item img.content-ribbon-badge {
  padding-left: 16px;
  display: inline-block;
}
body#ways-to-watch .content-ribbon-content .content-ribbon-items .content-ribbon-item h4 {
  padding-left: 16px;
  padding-right: 16px;
  color: #b7b7b7;
  font-weight: 600;
}
