.event {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.event img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.event figcaption {
  padding: 46px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.event .date {
  background-color: #991108;
  border-radius: 10%;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  min-height: 17px;
  min-width: 50px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -7px;
  left: 10px;
}

.event .date span {
  display: block;
  line-height: 14px;
}

.event .date .month {
  font-size: 14px;
  line-height: 21px;
}

.event .date .year {
  font-size: 11px;
  font-style: italic;
  line-height: 8px;
}

