.bg-facebook {
  background-color: #3b5998;
}
.bg-twitter {
  background-color: #0b7bc1;
}

.c-polaroid-stack {
  display: none;
  margin-bottom: 2rem;
}
.c-polaroid-image {
  background: #fff;
  margin: 0;
  padding: 5px;
  width: 150px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  outline: 1px solid transparent;
}
.c-polaroid-image:nth-of-type(1) {
  -ms-transform: rotate(-10deg) translateX(-200%) translateY(0);
  -webkit-transform: perspective(1px) rotate(-10deg) translateX(-200%)
    translateY(0);
  transform: perspective(1px) rotate(-10deg) translateX(-200%) translateY(0);
  z-index: 9;
}
.c-polaroid-image:nth-of-type(2) {
  -ms-transform: rotate(10deg) translateX(-120%) translateY(40%);
  -webkit-transform: perspective(1px) rotate(10deg) translateX(-120%)
    translateY(40%);
  transform: perspective(1px) rotate(10deg) translateX(-120%) translateY(40%);
  z-index: 8;
}
.c-polaroid-image:nth-of-type(3) {
  -ms-transform: rotate(2deg) translateX(-35%) translateY(45%);
  -webkit-transform: perspective(1px) rotate(2deg) translateX(-35%)
    translateY(45%);
  transform: perspective(1px) rotate(2deg) translateX(-35%) translateY(45%);
  z-index: 11;
}
.c-polaroid-image:nth-of-type(4) {
  -ms-transform: rotate(-10deg) translateX(35%) translateY(30%);
  -webkit-transform: perspective(1px) rotate(-10deg) translateX(35%)
    translateY(30%);
  transform: perspective(1px) rotate(-10deg) translateX(35%) translateY(30%);
  z-index: 10;
}
.c-polaroid-image:nth-of-type(5) {
  -ms-transform: rotate(10deg) translateX(115%) translateY(15%);
  -webkit-transform: perspective(1px) rotate(10deg) translateX(115%)
    translateY(15%);
  transform: perspective(1px) rotate(10deg) translateX(115%) translateY(15%);
  z-index: 11;
}

.c-read-next-header {
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}

.c-read-next-header:after {
  content: '↓';
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.c-read-next li {
  border: 1px solid #fff;
  border-width: 1px 0 0;
  height: 8rem;
}

.c-read-next li:nth-child(2) {
  order: -1;
}

@media (min-width: 45em) {
  .c-polaroid-stack {
    display: block;
  }

  .c-read-next li {
    border-width: 1px 0 0 1px;
  }

  .c-read-next li:nth-child(2) {
    border-width: 1px 1px 0;
    height: 10rem;
    order: 0;
  }

  .c-read-next li:nth-child(3) {
    border-width: 1px 1px 0 0;
  }

  .m-w-48 {
    flex-basis: 48%;
    max-width: 48%;
    width: 48%;
  }
}

.c-video {
  height: 0;
  margin-bottom: 1.5rem;
  padding-top: 56.25%;
  position: relative;
}

.c-video > :first-child {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
