CSS used for Photo Grid section of homepage.
.attendee {
display: block;
float: left;
height: 25%;
padding: 20px;
position: relative;
width: 25%;
}
.attendee-name {
background-color: #fff;
bottom: 20px;
font-size: 14px;
font-weight: 300;
position: absolute;
right: 20px;
}
.attendee-name a {
display: block;
padding: 5px 10px;
}
.attendee-name a:hover {
background-color: #000;
color: #fff;
}