ul.recipients {
list-style-type:none;
padding-left:0;
}
li.recipient-grid-item {
padding:0;
}
div.recipient-tile {
position:relative;
}
img.tile-img {
height:auto;
width:100%;
display:block;
}

.profile-link {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    width:100%;
    z-index:98;
}

div.overlay {
position:absolute;
bottom:0;
background:rgba(0,0,0,0.7);
color:white;
width:100%;
min-height:25%;
opacity:1;
padding:0.5rem;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
}

.recipient-tile:hover .overlay {
    background:rgba(150,12,34,0.9);
}

.recipient-tile:hover .tile-title {
    text-decoration:underline;
}

.profile-link:hover {
    cursor:pointer;
}

h3.tile-title {
margin:0 0 0.5rem;
}

p.tile-desc {
margin:0;
line-height:1;
}