body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #fff;
  background:#000000;
}

.storiesWrapper {
  padding: 0px;
  width:90vw;
  grid-gap: 12px;
  margin: 0px auto;
  display:flex;
  grid-template-columns: repeat(12, 1fr);
  flex-flow: wrap;
}

h1.Snapgram {
  background: #fff;
  color: #333;
}
h1.FaceSnap {
  background: #3b5998;
  color: #fff;
}
h1.VemDeZAP {
  background: #085e53;
  color: #fff;
}




.disclaimer a {
  color: inherit !important;
  border: 0;
}
.disclaimer p {
  margin: 0;
}
.disclaimer p + p {
  margin-top: 1.25em;
}

.skin {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 16px;
  padding: 12px;
  color: #fff;
  background: #333;
}
.skin select {
  background: #fff;
  font-size: inherit;
  text-transform: none;
  max-width: 80%;
}

@media (min-width: 524px) {
  .disclaimer {
    margin: 12px auto;
  }
}