/* Hide the member information on the members page */
body.page-members .media-body.membersListPage-userInfo > span {
    display: none;
}
/* end of code */

/* Remove photo and video buttons from the comment editing box */
button#mceu_1-button {
    display: none;
}
button#mceu_2-button {
    display: none;
}
/*end of code */

/* Increase logo size for mobile version */
@media screen and (max-width: 769px) {
  .header-logoImage img {
    max-height: 30vw;
  }
}
/*end of code */


