.logos-row {
  display: table;
  text-align: center;
  width: 100%;
  margin-left: 0; }

.logo {
  min-height: 1px;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .logo {
      display: table-cell;
      width: 33.333%; } }

.article__featured-image img, .article--image-wrapper img {
  width: 100%; }

.ambassadors {
  padding: 10px 0; }

.ambassador {
  display: table;
  width: 100%;
  position: relative; }

.ambassador .ambassador-img-container {
  width: 100%; }

.ambassador .ambassador-txt, .ambassador .ambassador-img-container {
  vertical-align: middle;
  padding: 15px 0; }

.ambassador .ambassador-img {
  width: 160px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 160px;
  border-radius: 80px;
  margin: auto; }

.ambassador .ambassador-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

@media screen and (min-width: 768px) {
  .ambassador .ambassador-txt, .ambassador .ambassador-img-container {
    display: table-cell; }

  .ambassador .ambassador-txt {
    padding-left: 30px; }

  .ambassador .ambassador-img-container {
    width: 160px; } }
.product-single__photo-wrapper {
  padding-left: 10px;
  padding-bottom: 10px; }

.product-single__photos .product-single__thumbnail-wrapper {
  line-height: 0;
  width: 12.5%;
  padding-left: 10px;
  padding-top: 10px; }

.product-description {
  overflow-x: scroll; }

.blog-recipes {
  padding-left: 30px; }
  .blog-recipes > .grid__item.large--one-whole {
    background-color: #efefef;
    padding-right: 30px;
    margin-left: -30px;
    padding-bottom: 30px;
    box-sizing: content-box;
    margin-top: 0; }
  .blog-recipes .recipes-tags-container {
    padding-bottom: 50px; }
  .blog-recipes .recipes-tags {
    text-align: center;
    box-sizing: content-box;
    padding: 0 30px;
    margin-left: -30px;
    margin-right: -30px;
    background-color: white; }
    .blog-recipes .recipes-tags li {
      box-sizing: border-box;
      display: inline-block;
      margin: 0; }
    .blog-recipes .recipes-tags li a {
      box-sizing: border-box;
      display: inline-block;
      margin: 0;
      height: 60px;
      padding: 0 20px;
      line-height: 60px;
      position: relative; }
    .blog-recipes .recipes-tags li a:focus, .blog-recipes .recipes-tags li a:hover {
      color: black; }
    .blog-recipes .recipes-tags li.active a:after {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -10px;
      left: -10px;
      margin-left: 50%;
      width: 20px;
      height: 10px;
      background-image: url("data:image/svg+xml;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath fill='%23FFF' d='M0 0l10 10L20 0'/%3E%3C/svg%3E"); }
  .blog-recipes .recipe {
    padding-top: 30px; }
    .blog-recipes .recipe a {
      display: block;
      position: relative;
      overflow: hidden;
      height: 0;
      padding-bottom: 100%; }
    .blog-recipes .recipe .recipe-meta {
      position: absolute;
      width: 100%;
      height: 100%;
      color: white;
      text-align: center;
      display: table;
      padding: 30px; }
      .blog-recipes .recipe .recipe-meta .recipe-meta-content {
        display: table-cell;
        vertical-align: middle; }
    .blog-recipes .recipe .recipe-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .blog-recipes .recipe .recipe-image img {
        width: 100%; }
      .blog-recipes .recipe .recipe-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); }
