
.lastcomments {
  font-family: Tahoma;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #2B2B2B;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.lastcomments  * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lastcomments  .profile-image {
  padding: 15% 10% 0;
}

.lastcomments  .profile-image img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  max-width: 40%;
}

.lastcomments  figcaption {
  padding: 5% 10% 15%;
}

.lastcomments  h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}

.lastcomments  h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
}



/* Demo purposes only */

body {
  background-color: #53abf2;
  text-align: center;
}