.org-wrapper {
  background-color: #FFFFFF;
  border: 1px solid lightgray;
  height: 120px;
  text-align: center;
  width: 120px;
  float: left;
  margin-right: 1em;
  }

.org-img {
  margin-bottom: 2px;
  margin-top: 10px;
  height: 100px;
  width: 120px;
  position: relative;
  }

.org-img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  }