#wrap{
	background:#ddd;
}

.g-hover-card {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;  
  background-color: #fff;
  width: inherit;
  padding: 0;
  overflow: hidden;
}

.g-hover-card img {
  width: 100%;
  height: 150px;  
}

.g-hover-card .user-avatar {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.g-hover-card .user-avatar img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}



