.contest-photo {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-size: cover;
    margin: 10px 10px 0 0;
    vertical-align: top;
    position: relative;
}

.contest-photos {
    text-align: center;
}
.contest-photo-caption {
	display: none;
}
.contest-photo .contest-photo-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.contest-photo-icon {
    max-width: 50px;
    max-height: 50px;
    vertical-align: top;
    margin-right: 10px;
}