.featured {
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
}

.featured a.readmore {
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.featured .readmore:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.featured a:link,
.featured a:visited,
.featured a:active {
  text-decoration: none;
  color: #5a5a5a;
}

.featured a:hover {
  color: #333;
}

.featured img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
