.tys-more-link:hover {
  cursor: pointer;
}

.tysmodal {
  display: none;
  transition: opacity 1s ease-in;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
}

.tysstory {
  width: 50%;
  background-color: white;
  padding: 3%;
  z-index: 150000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 500px;
  overflow-y: scroll;
  border: 2px solid #b3b3b3;
  box-shadow: 0px 0px 25px rgb(0 0 0 / 50%)
}

.tys-close {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 8px 36px!important;
  word-wrap: break-word;
  word-break: normal;
  font-size: 17px!important;
  letter-spacing: 1px;
  display: block;
  margin: 0px auto 24px;
  max-width: 142px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.tys-close:hover {
  color: #fff;
  background-color: #686868;
  text-decoration: none;
}

.tys-more-link.more-link {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 8px 36px!important;
  word-wrap: break-word;
  word-break: normal;
  font-size: 17px!important;
  letter-spacing: 1px;
  display: block;
  margin-top: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.tys-more-link.more-link:hover {
  color: #fff;
  background-color: #686868;
  text-decoration: none;
}

@media (max-width: 768px) {
  .tysstory {
    width: 90%;
  }
}