@media only screen and (max-width: 620px) {
#header-bar-content .header-bar-left .view-information a {
  height: unset;
}
#header-bar-content .header-bar-left {
  float: unset;
}
#header-bar-content .header-bar-right {
  float: unset;
  height: 45px;
}
#header-bar-content .links {
  top: unset !important;
}
#header-bar-content .view-information .view-content {
  width: 100% !important;
}
#header-bar-content .view-information {
  width: 100%;
}
#header-bar-content .header-bar-left .view-information a {
  width: 90%;
  padding-top: 2px;
  padding-bottom: 2px;        
}


}
@media only screen and (min-width: 621px) {
.iiif-carousel-item {
  width: 85%;
}
.iiif-carousel{
  width: 48%;
}
.region-breadcrumb{
  height: 0px;
  position: relative;
  z-index: 10;
}
.iiif-carousel .iiif-carousel-container {
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 0px;
}
.libre-front__searchbox {
  top: 45px;
}

.iiif-carousel-item .item-link a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

}
