/* hide all blocks on left side and selectively show them to prevent flash content */
#sidebar-left { display: none; }

/* format Register Participant in Multiple Events */
#additional-contact-information { vertical-align: middle; }

/**
 * Show Contact Image
 * https://github.com/civicrm/org.civicrm.shoreditch/issues/374
 */
.crm-summary-contactname-block #crm-contact-thumbnail {
  width: 200px;
  max-width: auto;
}
.crm-summary-contactname-block #crm-contact-thumbnail a {
  width: auto;
  height: 85px;
  display: block;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
