.flex-exhibit-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  min-width:100px;

}

.flex-exhibit-item {
  padding: 20px;
  height: 520px;
  width:300px;
  margin-top:10px;
  margin-bottom:10px;
  line-height: 30px;
  color: black;
  font-size: .9em;
  text-align: center;
  background: #f5f1e7;
  border:1px solid #cccccc;
}

