.exhibit-item-caption {
    font-size: 0.8em;
    margin-bottom: 1.2em !important;
}

#exhibit-pages ul {
    margin-left: 1em;
    display: none;
}

#exhibit-page-navigation {
    clear: both;
    width: 100%;
    margin: 1em 0;
    line-height: 1.2;
}

#exhibit-page-navigation div {
    width: 33%;
}

#exhibit-nav-prev {
    float: left;
    text-align: left;
}

#exhibit-nav-next {
    float: right;
    text-align: right;
}

#exhibit-nav-up {
    margin: 0 auto;
    text-align: center;
}

.exhibit-block {
    clear: both;
    margin-bottom: 1.5em;
}

.exhibit-block:last-child {
    margin-bottom: 0;
}

.exhibit-items img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.exhibit-item-link {
    display: block;
}

.exhibit-item-link,
.download-file {
    vertical-align: top;
    display: block;
}

.exhibit-item-link *,
.download-file * {
    vertical-align: top;
}

.blocklistednavigation {
    display: inline-block;
    padding-left: 1.5em;
}

.blockcolumn {
    float: left;
    width: 50%;
    padding: 10px;
}

.blockrow:after {
    content: "";
    display: table;
    clear: both;
}

.blockrelative {
    position: relative;
    top: 0px;
    right: 0;
    padding-left: 370px;
} 

.blockabsolute {
    position: absolute;
    top: 10px;
}

.WiASlides {display: none}

.WiAslideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  align-content: center;
}

.WiAprev, .WiAnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 50px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
}

.WiAnext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.WiAprev:hover, .WiAnext:hover {
  background-color: #717171;
}

.WiAdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.WiAactive, .WiAdot:hover {
  background-color: #717171;
}