@-webkit-keyframes horizontalRiverScrollerAnimation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-33.3333333333%, 0, 0);
            transform: translate3d(-33.3333333333%, 0, 0);
  }
}
@keyframes horizontalRiverScrollerAnimation {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-33.3333333333%, 0, 0);
            transform: translate3d(-33.3333333333%, 0, 0);
  }
}
.melt-your-face {
  overflow: hidden;
}
.melt-your-face__background {
  border-image-slice: 10% 3% 10% 5% fill;
  border-image-width: 5% 5% 5% 5%;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  position: absolute;
  width: 100%;
  max-width: 1248px;
  height: 100%;
  top: 0;
  z-index: -1;
  right: 50%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}
@media only screen and (min-width: 767px) {
  .melt-your-face__background {
    border-image-slice: 5% 3% 5% 5% fill;
  }
}
.melt-your-face__heading {
  margin-top: 64px;
  margin-bottom: 24px;
  text-align: center;
}
.melt-your-face__heading h1, .melt-your-face__heading h2, .melt-your-face__heading h3, .melt-your-face__heading h4, .melt-your-face__heading h5, .melt-your-face__heading h6 {
  margin-bottom: 10px;
}
.melt-your-face__quote {
  text-align: center;
  background: yellow;
  width: 315px;
  height: 170px;
  border-radius: 30px;
  border: 2px solid #000000;
  -webkit-box-shadow: 0px 2px 0px #000000;
          box-shadow: 0px 2px 0px #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 25px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .melt-your-face__quote {
    width: 385px;
    height: 200px;
  }
}
.melt-your-face__quote:after {
  content: "";
  top: auto;
  bottom: -10px;
  background-color: yellow;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-clip-path: polygon(100% 6%, 45% 100%, 100% 100%);
          clip-path: polygon(100% 6%, 45% 100%, 100% 100%);
  border: 3px solid black;
  z-index: -1;
}
.melt-your-face__quote:nth-child(odd) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.melt-your-face__quote:nth-child(odd):after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(45deg) skew(10deg, 45deg);
          transform: rotate(45deg) skew(10deg, 45deg);
}
.melt-your-face__quote:nth-child(even) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.melt-your-face__quote:nth-child(even):after {
  right: auto;
  left: 10px;
  -webkit-transform: scaleX(-1) rotate(45deg) skew(10deg, 45deg);
          transform: scaleX(-1) rotate(45deg) skew(10deg, 45deg);
}
.melt-your-face__quote:nth-child(7n-1) {
  background-color: #24ACF2;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-1):after {
  background-color: #24ACF2;
}
.melt-your-face__quote:nth-child(7n-2) {
  background-color: #FD7122;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-2):after {
  background-color: #FD7122;
}
.melt-your-face__quote:nth-child(7n-3) {
  background-color: #F22446;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-3):after {
  background-color: #F22446;
}
.melt-your-face__quote:nth-child(7n-4) {
  background-color: #7B59FB;
  color: #FFFFFF;
}
.melt-your-face__quote:nth-child(7n-4):after {
  background-color: #7B59FB;
}
.melt-your-face__quote:nth-child(7n-5) {
  background-color: #FFDA24;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-5):after {
  background-color: #FFDA24;
}
.melt-your-face__quote:nth-child(7n-6) {
  background-color: #24F28C;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-6):after {
  background-color: #24F28C;
}
.melt-your-face__quote:nth-child(7n-7) {
  background-color: #F224F2;
  color: #000000;
}
.melt-your-face__quote:nth-child(7n-7):after {
  background-color: #F224F2;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+1) {
  background-color: #24ACF2;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+1):after {
  background-color: #24ACF2;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+2) {
  background-color: #FD7122;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+2):after {
  background-color: #FD7122;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+3) {
  background-color: #F22446;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+3):after {
  background-color: #F22446;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+4) {
  background-color: #7B59FB;
  color: #FFFFFF;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+4):after {
  background-color: #7B59FB;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+5) {
  background-color: #FFDA24;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+5):after {
  background-color: #FFDA24;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+6) {
  background-color: #24F28C;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+6):after {
  background-color: #24F28C;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+7) {
  background-color: #F224F2;
  color: #000000;
}
.melt-your-face__quotes-row-2 .melt-your-face__quote:nth-child(7n+7):after {
  background-color: #F224F2;
}
.melt-your-face__quote-contents-headline {
  margin-bottom: 10px;
}
.melt-your-face__quote-contents-feedback {
  font-family: 'Styrene A', Verdana, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  width: 261px;
  max-height: 80px;
  line-height: 1.1;
}
@media only screen and (min-width: 960px) {
  .melt-your-face__quote-contents-feedback {
    font-size: 19px;
    width: 335px;
  }
}
.melt-your-face__quote-contents-byline {
  margin-top: 10px;
}
.melt-your-face__quote-contents-date {
  font-size: 13px;
  font-weight: normal;
}
.melt-your-face--horizontal-river {
  display: block;
  width: 100%;
  padding: 40px 0px;
  position: relative;
}
.melt-your-face--horizontal-river .melt-your-face__quotes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  width: 11715px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .melt-your-face--horizontal-river .melt-your-face__quotes-row {
    padding: 12px 0px;
    width: 13695px;
  }
}
.melt-your-face--horizontal-river .melt-your-face__quotes-row:nth-child(odd) {
  -webkit-animation: horizontalRiverScrollerAnimation 120s linear infinite alternate;
          animation: horizontalRiverScrollerAnimation 120s linear infinite alternate;
  z-index: 1;
}
.melt-your-face--horizontal-river .melt-your-face__quotes-row:nth-child(even) {
  animation: horizontalRiverScrollerAnimation 120s linear infinite alternate-reverse;
  z-index: 0;
}