.layout-double-image  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  justify-content: flex-start;
}


.layout-double-image > .exhibit-items {
  width: 46%;
  height: auto; 
  padding: .5em .25em;
}

.exhibit-items .download-file {
    clear: both;
    border-bottom: 0;
    overflow: visible;
}

.exhibit-items .fullsize img {
    max-width: 100%;
    margin-bottom: 1em;
}

.layout-double-image .exhibit-items .exhibit-item-caption p {
    margin: 0;
    clear: both;
}

.layout-double-image .exhibit-items .exhibit-item-caption {
    text-align: left;
}

.layout-double-image > p {
  width: 100%;
}


/**Media Queries for Blog Layout**/

@media only screen and (max-width: 767px) {

    .layout-double-image > .exhibit-items {
    width: 100%;
    }
}