#section-title .section-title {
  margin-top: 30px;
  font-size: 50px;
  text-align: center;
}
#section-title .story-read-btn {
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  background: none;
  border: 1px solid black;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 14px;
  display: inline-block;
  outline: 0px;
}
#section-title .story-read-btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  left: 0px;
  top: 0px;
  transition: transform 2000ms cubic-bezier(0.215,0.61,0.355,1), opacity 300ms cubic-bezier(0.215,0.61,0.355,1);
  transform: scaleY(0.7) scaleX(0.95);
  opacity: 0;
  z-index: -1;
}
