#stories-body {
  font-size: 10px;
  text-align: center;
}
@media (min-width: 620px) {
  #stories-body {
    font-size: 14px;
  }
}
#stories-body .story-hidden {
  display: none;
}
#stories-body .stories-section {
  max-width: 1200px;
  margin: 50px 0px;
}
#stories-body .stories-section .right-column {
  padding: 30px 20px 0 20px;
}
#stories-body .stories-section .left-column {
  padding: 0 20px 0 20px;
}
#stories-body .stories-section .story-block {
  margin-bottom: 110px;
  text-align: center;
}
#stories-body .stories-section .story-image {
  height: 380px;
  border-bottom: 4px solid;
  cursor: pointer;
  overflow: hidden;
}
#stories-body .stories-section .story-image .story-actual-image {
  image-rendering: optimizeQuality;
  transition: transform 1500ms ease;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#stories-body .stories-section .story-location {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.8px;
  margin-top: 2em;
  margin-bottom: 1.7em;
}
#stories-body .stories-section .story-quote {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 2.5em;
  margin-bottom: 1em;
}
#stories-body .stories-section .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;
}
#stories-body .stories-section .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;
}
