/* Member Photo *****************************************************************************************************************/
/* No Photo: <figure class="member-photo member-photo-blank"></figure> */
/* Photo: <figure class="member-photo"><img src="photo.jpg?width=68&amp;height=68&amp;mode=crop&anchor=topcenter&v=<%= rs2("ProfilePhotoVersion") %>"></figure>*/
@media (max-width: 888px) {
    .memberpage-photo {
        background: #f7f7f7;
        margin: 0px 0px 15px;
        text-align: center;
        padding: 20px;
    }
        .memberpage-photo .thumbnail {
            display: inline-block;
            margin: 0px;
            min-width: 80%;
        }
}
