.want-tos--complete {
  font-size: 12px;
  width: 100%;
  align-items: stretch;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  max-width: var(--max-width);
  overflow-x: hidden;
  padding: 0;
}

  .want-tos--complete .background {
    height: 60%;
    border-radius: 0.25rem;
    background: var(--contrast);
    width: 250%;
    z-index: -1;
    flex-shrink: 0;
    position: absolute;
  }
/*
  .want-tos--complete > :nth-child(2) {
    margin-left: 4rem !important;
  }
*/
  .want-tos--complete > :last-child {
    margin-right: 2rem;
  }

.want-tos {
  height: 28em;
  background: var(--compare-more);
  border: 1px solid var(--compare-less);
  box-shadow: var(--float-close);
  flex-direction: column;
  border-radius: .25rem;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 0.5rem;
}

.want-tos--complete.slick-initialized .slick-slide {
  display: flex !important;
}

  .want-tos:hover {
    background: var(--color);
    color: white;
  }

  .want-tos:focus {
    outline: 2px solid var(--contrast);
  }

  .want-tos:hover {
    background: var(--color);
    color: white;
  }

  .want-tos .title {
    flex-direction: column;
    padding: 1em;
    align-items: center;
    color: #333;
  }

    .want-tos .title span {
      text-align: center;
    }

    .want-tos .title :last-child {
      font-weight: 700;
      font-size: 1.5em;
    }

  .want-tos section {
    height: 50%;
    flex-direction: column;
    padding: 1em;
    align-items: center;
    width: 100%;
  }

  .want-tos .brand-button {
    flex-shrink: 0;
    height: 6em;
    width: 6em;
  }

  .want-tos .teaser {
    justify-content: flex-end;
    border-radius: 1em;
    border: 1px solid var(--compare);
    background: var(--color);
  }

    .want-tos .teaser div {
      height: 100%;
      align-content: center;
      justify-content: center;
      color: white;
      font-size: 1.5em;
      font-style: italic;
      padding: 25% 0;
    }

    .want-tos .teaser button {
      padding: 0.5em 2em;
      border: 1px solid var(--compare);
      border-radius: 0.5em;
    }

.want-tos--complete *::-webkit-scrollbar {
  background: var(--gray-off-white);
  border-radius: 1rem;
  box-shadow: var(--concave-sm);
  width: .25rem;
}

.want-tos--complete *::-webkit-scrollbar-thumb {
  background: var(--gray-mid);
  border-radius: 1rem;
  box-shadow: var(--convex-sm);
}

.want-tos--complete *::-webkit-scrollbar-track {
  width: .25rem;
  height: 60%;
  border-radius: 1rem;
  box-shadow: var(--concave-sm);
}


@media screen and (max-width: 480px) {
  .want-tos {
    margin: 0 .5rem;
  }

  .want-tos--complete {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    width: 100vw;
    max-width: 100vw !important;
    padding-bottom: 2rem;
  }
}
