.treow-timeline-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.treow-timeline-wrap img {
  display: block;
  max-width: none;
  width: 1130px;
  height: auto;
}

.treow-timeline-hint {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
}

@media (min-width: 1150px) {
  .treow-timeline-hint {
    display: none !important;
  }
}
