.thumbnail-image {
  position: relative;
}

.destination-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.destination-note p {
  display: inline-block;
  margin: 0;
  color: #E86D32;
  padding: 0 0.75rem;
  background: #fff;
  font-style: italic;
}

.destination-runner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
}
.destination-runner-overlay p {
  margin-bottom: 0;
  padding: 0.7rem 0 0.5rem;
  color: #fff;
}
.destination-runner-overlay p.bg-orange {
  background-color: #E86D32;
}
.destination-runner-overlay p.bg-teal {
  background-color: #01c2d9;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/*# sourceMappingURL=data:application/j