.staff-bio-container .staff-bio-name,
#CQ DIV .staff-bio-name {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background: rgba(54, 25, 25, 0.8);
  width: 100%;
  line-height: 12px;
  text-align: center;
  font-size: 11px;
}
.staff-bio-container div.icon-login,
#CQ div.icon-login {
  position: absolute;
  color: white;
  z-index: 5;
  font-size: 1.1rem;
  background: rgba(54, 25, 25, 0.8);
  width: 100%;
  text-align: center;
  padding: 4px;
}
.staff-bio-container .staff-bio-name {
  padding: 4px 4px 0;
}
.staff-bio-container,
#CQ DIV .staff-bio-container {
  box-sizing: border-box;
  float: left;
  position: relative;
}
