.page .entry-title {
  display: none;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.card {
  float: left;
  height: 452px;
  padding: 20px 20px 0 0;
}

.card .portrait {
  display: table-cell;
  height: 310px;
  width: 230px;
  vertical-align: bottom;
}

.card .portrait img {
  width: 100%;
  vertical-align: bottom;
}