.mirador {
  background: #333;
  width: 100%;
  height: 500px;
  position: relative !important;
}


@media screen and (min-width: 896px) {
  .window-manifest-title {
    display: inline !important;
  }
}

@media screen and (max-width: 896px) {
  .window-manifest-title {
    font-size: 1.25em !important;
  }
}

a.mirador-osd-annotations-layer.hud-control {
  display: none;
}


.mirador-full {
  background: #333;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}


.view-object-buttons {
  display: none;
}

.mirador-full .manifest-info {
  display: none;
}

.mirador-full .content-container {
  margin-top: 0;
}

.mirador-full .mirador-osd-fullscreen {
  display: none;
}

.exit-zoom {
  position: absolute;
  top: 20px;
  right: 40px;
}

.exit-zoom a:hover, .exit-zoom a:active, .exit-zoom a:focus {
  cursor: pointer;
  border: 1px solid #E1147A;
  background-color: #E1147A;
  color: #fff;
}


.exit-zoom i {
  font-size: 16px;
  top: -1px;
  padding-right: 8px;
  display: inline-block;
  position: relative;
}

.exit-zoom a {
  /*top: 20px;
  right: 50px;*/
  font-size: 14px;
  color: #000;
  opacity: .85;
  padding: 0.8em 1em;
  z-index: 9999;
  border: 1px solid #000;
  transition: all .2s ease-out;
  height: 41px;
  display: inline-block;
  background-color: rgba(250,250,250,0.75);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*.preview-images {
  @media screen and (max-width: 1040px) {
    clear: both;
    margin-top: 1em;
  }
}*/
@media screen and (max-width: 1200px) {
  .preview-images {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
    height: auto;
  }
  .preview-images  img {
    margin-bottom: 1em;
  }
  .remaining-items {
    bottom: 0;
    margin-bottom: 1em;
  }
  #load-controls, .select-results {
    width: 100%;
    height: auto;
  }
  #manifest-search-form label, #manifest-search-form input {
    float: left;
    width: 100%;
  }
  #manifest-search-form input {
    width: 90%;
  }
  .select-results {
    margin-left: 0;
  }
}

@media screen and (max-width: 608px) {
  .select-metadata h4 {
    line-height: 2.5em;
  }
}
.select-metadata {
  height: 100px;
  margin-right: 1em;
}

.select-metadata h4 {
  padding: 0;
}

.items-listing li {
  margin-bottom: 0;
}

.bottomPanel {
  height: 180px;
  z-index: 1;
}

.mirador-osd-toggle-bottom-panel {
  bottom: 40px;
}

.bottomPanel .panel-thumbnail-view li.highlight img.thumbnail-image.highlight {
  border: 2px solid #E1147A;
}

.bottomPanel .panel-thumbnail-view img.thumbnail-image:hover {
  border: 2px solid #E1147A;
}
