@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 {
  background: transparent;
  margin: auto;
  padding: 12px 0;
  text-transform: uppercase;
  width: 84px;
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
.load-more--button {
  cursor: pointer;
}
.load-more--scroll {
  cursor: default;
  opacity: 0;
  transition: opacity 0.5s;
}
.load-more--scroll.active {
  opacity: 1;
}

.tile {
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  left: -1000em;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: -1000em;
  transition: opacity 0.5s;
}

.reel-icon {
    background-image: url(/media/svg/reel.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 35px;
    width: 35px;
    top: 15px;
    left: 15px;
    position: absolute;
}

.short-icon {
    background-image: url(/media/svg/short.svg);
    z-index: 100;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    top: 10px;
    left: 10px;
    position: absolute;
}

.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-source {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 16px;
}
.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;
}

.tile-shopspot {
  background: rgba(0, 0, 0, 0.6);
  line-height: 12px;
  font-size: 10px;
  color: #ffffff;
  margin-left: -10px;
  margin-top: -10px;
  padding: 4px 5px;
  position: absolute;
  font-weight: 500;
}
.tile-shopspot-icon {
  transform: rotate(90deg);
  color: #ffffff;
}

.tile-shopspot-badge {
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  padding: 1px 10px 8px 8px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 28px;
}
.tile-shopspot-badge .tile-shopspot-count {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  background: #ffffff;
  padding: 2px 6px 4px 6px;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  line-height: 14px;
}

