.news-entry {
  float: left;
  display: block;
  position: relative;
  height: 358px;
  /*width: 100%;*/
  margin: 14px;
  padding: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  transition: all 450ms ease-out 0s;
  overflow: hidden;
}

.news-entry .news-img {
  /*position: absolute;
  min-width: 100%;*/
  float:left;
  /*min-height: 100%;
  height: 100%;*/
  width: 30%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  overflow: hidden;
}



.news-entry .alumni-cap {
  float:left;
  position: relative;
  width: 70%;
  margin-top: -10px;
  padding-left: 30px;
  padding-right: 30px;
}

.news-entry .alumni-subcap {
  float:left;
  position: relative;
  width: 70%;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.news-entry .alumni-piccap  {
  float:left;
  position: relative;
  width: 70%;
  margin-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  color: grey;
}

.news-entry .alumni-text {
  float:left;
  position: relative;
  width: 70%;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.news-entry .alumni-publication {
  float:left;
  position: relative;
  width: 70%;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}


.date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #009fe3;
  color: #fff;
  padding: 0.8em;
}

.date span {
  display: block;
  text-align: center;
}
.date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.date .month {
  text-transform: uppercase;
}
.date .month,
.date .year {
  font-size: 12px;
}
