@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
html, body {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

.track {
  overflow: hidden;
  position: relative;
  width: 1px;
  min-width: 100%; }
  html.no-touch .track {
    overflow: hidden; }

.container {
  overflow: hidden;
  line-height: 0; }

.load-more {
  -moz-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background: #000;
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  outline: none;
  padding: 15px;
  text-align: center;
  width: 100%; }
  .load-more--button {
    cursor: pointer; }
    .load-more--button:hover {
      background: #333; }
    .load-more--button:active {
      background: #444; }
  .load-more--scroll {
    cursor: default;
    opacity: 0;
    transition: opacity .5s; }
    .load-more--scroll.active {
      opacity: 1; }

.tile-shopspot {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  line-height: 0;
  margin-left: -10px;
  margin-top: -10px;
  padding: 5px;
  position: absolute; }
  .tile-shopspot-icon {
    background: #0198cf;
    border-radius: 50%;
    height: 20px;
    width: 20px; }
    .tile-shopspot-icon:before {
      display: none; }

.tile {
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  left: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s, top 0.5s, left 0.5s, width 0.5s, height 0.5s; }
  .tile.stack-click-through, .tile.original-click-through, .tile.expand-click-through, .tile.custom-click-through {
    cursor: pointer; }
  .tile[data-state="start"] {
    opacity: 1; }
  .tile .emoji {
    height: 14px;
    margin-right: 2px; }
  .tile-detail {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 1s;
    z-index: 1; }
    .tile:hover .tile-detail {
      opacity: 1; }
  .tile-caption {
    line-height: 1.5;
    padding: 15px;
    position: absolute;
    bottom: 50px;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
  .tile-source {
    color: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 16px; }
  .tile-user {
    bottom: 15px;
    font-size: 16px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .tile-user-link {
    text-decoration: none; }
  .tile-user-handle {
    color: #fff;
    font-size: 12px;
    font-weight: bold; }
  .tile-audio-play, .tile-video-play {
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 50px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translate3d(-50%, -50%, 0); }
    .tile-audio-play:before, .tile-video-play:before {
      line-height: 0;
      margin: 0 auto; }
  .tile-audio-play {
    font-size: 20px; }
  .tile-video-play {
    font-size: 26px; }
    .tile-video-play:before {
      position: relative;
      left: -1px; }
