.exhibit-header {
  width: 620px !important;
  height: 730px !important;
  margin: 20px 0;
  object-fit: contain;
}

.listing-wrap.half {
  width: 50%;
}

.first-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}


@media screen and (max-width: 1289px) {
  .exhibit-header {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px 0;
  }

  .listing-wrap.half {
    width: 100%;
  }
}
