.index__video-wrap {
  max-width: 800px;
  height: 100%;
  margin: 0 auto 60px;
}
.index__video-wrap > div {
  position: relative;
  padding-bottom: 62.5%;
}
.index__video-wrap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-recommend-wrap {
  padding:60px 0;
  text-align: center;
}
.index-recommend--xl-title {
  margin-bottom: 20px;
}
.recommend__categories {
  background-color: var(--light-gray);
  border-radius: 4px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.recommend__category {
  width: calc(100% / 3);
}
.recommend__category p {
  color: var(--green);
}
.index-recommend-wrap + .index-review-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index-review-wrap {
  text-align: center;
  padding-top: 60px;
}
.index-review__text {
  font: 300 1.6rem/2.2rem 'SourceSansPro';
  color: #fff;
  max-width: 700px;
  text-align: center;
  display: inline-block;
  margin: 15px 0 50px;
}

@media only screen and (max-width: 768px) {
  .recommend__categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend__category {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rating-teaser__content {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 425px) {
  .recommend__categories {
    padding: 20px 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-teaser-wrap {
    margin: 0;
  }
}
