/**
 * Exhibits/view.css
 */

#ExhibitBanner {
    width: 100%;
    min-height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0px auto;
    position: relative;
}

#ExhibitBanner h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 5px black;
}

#ExhibitDescription {
    margin: 0px auto;
    text-align: center;
}

.PublicSlide figure {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.SlideRelatedItems,
.SlideTags {
    margin-top: 2rem;
}

.SlideRelatedItems .card {
    width: 150px;
}

.SlideRelatedItems .card-body {
    text-align: center;
}

#SlideMetadata,
#RelatedItemTemplate {
    display: none;
}

#SlideRelatedItems,
#SlideTags {
    margin-bottom: 2rem;
}

#SlideRelatedItemsContainer .card {
    text-align: center;
}

#SlideSubjectsContainer a {
    display: inline-block;
    margin-right: 1rem;
}

#PreviewWrapper{
    width: 640px;
    margin: 0px auto;
}

.AVPlayer {
    width: 640px;
    height: 480px;
}