div.friendLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div.friendLinks div.friendLinkItem {
  min-width: 275px;
  width: 40%;
  margin: 15px;
  min-height: 425px;
}
div.friendLinks div.friendLinkItem div.mdui-card-media img {
  min-height: 275px;
}
div.friendLinks div.friendLinkItem div.imgDesc {
  display: none;
}
