.story
{ width: 8em;
    background: #000;
    z-index: 9999;
    position: relative;
    margin: -10px 30px -5px;
    float: right; }

.story p
{ color: #fff;
    padding: 5px;
    font-size: 10px;
    text-align: center; }

.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  position: relative;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .box-inner {
  display: block;
  padding: 3%;
 width: 100%;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}

.box--33per {
  width: 24%;
  margin-right: .5%;
   position: relative;
}