.vvs-mobile-story {
  padding: 10px;
}

.vvs-mobile-story__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.vvs-mobile-story__item {
  max-width: 62px;
  width: 100%;
  margin-right: 12px;
}

.vvs-mobile-story__title {
  margin-top: 3px;
  font-family: BrandonTextRegular;
  font-size: 13px;
  color: #c93e63;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.vvs-mobile-story__item-link {
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
