.sliding-recommendations {
  background: #3a3a3a;
  padding: 12px 13px 15px 15px;
  margin: 0 0 17px;
  position: relative;
  /* only used at christmas
  &.christmas{
    background-color:#e2e2e4;
    background-image: url('/images/microsites/christmas/christmas-carousel.jpg');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    border-color: transparent !important;
    border-width: 0;

    @media (max-width: $screen-sm) {
      padding-bottom: 40px;
    }


    h1{
      color: #2d2d2d;
    }
    .btn-outline-light{
      border-color: #c80916;
      background: #c80916;

      @media (max-width: $screen-sm) {
        width: 60%;
        padding: 11px 10px;
        float: left;
        margin-left: 25px;
        font-size: 12px;
      }

    }
    .slider-nav.slider-left, .slider-nav.slider-right{
      color: #2d2d2d;

    }
    .slider-nav.slider-left:before, .slider-nav.slider-right:before{
      color: #2d2d2d;

    }
    h3{
      color:#c80916;
    }
  }
  */
}
@media (max-width: 768px) {
  .sliding-recommendations {
    padding: 12px 14px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sliding-recommendations h1 {
  margin: 5px 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sliding-recommendations h3 {
  padding: 10px 0;
  min-height: 0;
  color: #fff;
}
.sliding-recommendations .btn-outline-light {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0;
  padding: 11px 30px;
  min-height: 40px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #fff;
}
.sliding-recommendations .tv-highlights {
  /* Hide on load to prevent flash of unstyled content */
  /* max-height and overflow needed as visibility setting means page height will still be taken over otherwise */
  max-height: 350px;
  overflow: hidden;
  transition: opacity 1s;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0 25px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.sliding-recommendations .tv-highlights.narrow {
  max-height: 300px;
}
.sliding-recommendations .tv-highlights.narrow .slide {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 580px) {
  .sliding-recommendations .tv-highlights.narrow .slide {
    width: calc((100% - 20px) / 2);
  }
}
.sliding-recommendations .tv-highlights::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
.sliding-recommendations .tv-highlights .slide {
  width: 170px;
  width: calc((100% - 60px) / 4);
  padding: 0 20px 0 0;
  box-sizing: content-box;
  color: #fff;
  flex: 0 0 auto;
}
.sliding-recommendations .tv-highlights .slide img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .sliding-recommendations .tv-highlights .slide {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 580px) {
  .sliding-recommendations .tv-highlights .slide {
    width: calc((100% - 20px) / 2);
  }
}
.sliding-recommendations .tv-highlights .slide:last-child {
  padding-right: 0;
}
.sliding-recommendations .tv-highlights .slide a {
  outline: none;
}
.sliding-recommendations .tv-highlights .slide .channel-logo {
  max-width: 40px !important;
}
.sliding-recommendations .tv-highlights figure.program-image img.channel_logo {
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 5px;
  left: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sliding-recommendations .tv-highlights figure.program-image .rating-block {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3a3a3a;
  padding: 0;
}
@media (max-width: 576px) {
  .sliding-recommendations .tv-highlights figure.program-image .rating-block {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
  }
}
.sliding-recommendations .tv-highlights figure.program-image .rating-block > span {
  margin: 4px 6px;
  display: block;
}
.sliding-recommendations .tv-highlights figure.program-image .rating-block > span .icon {
  width: 17px;
  height: 17px;
  fill: #fff;
  margin-top: 4px;
  margin-right: 2px;
}
.sliding-recommendations .description {
  margin: 0;
}
.sliding-recommendations .description figure {
  width: 15.5%;
  margin-left: 5px;
  padding-bottom: 5px;
}
.sliding-recommendations .description .description-info {
  text-align: left;
  margin-left: 5px;
  max-width: 175px;
}
.sliding-recommendations .description .description-info h3 {
  font-size: 16px;
}
.sliding-recommendations .description .description-info p {
  color: #9b9b9b;
  font-size: 12px;
  margin: 0;
}
