html {
  font-size: 17px;
  line-height: 1.5;
}

/*Add padding to wrapper*/
.wrapper {
  padding-inline: 24px;
}

/*Text*/
h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h2 {
  font-size: 20px;
  line-height: 1.2;
}

h1 a,
h2 a,
h2 a {
  color: #1d1d1d;
  font-weight: 400;
}

/*Header*/
/*Header and Menu Edits*/

  button.search-toggle {
  order: 0;
  }
  
  .language-switcher {
  order: 1;
  }
  
  button.menu-toggle {
  order: 2;
  }
  
  .site-heading {
    color: #6B2C91;
    text-decoration: none;
    padding: 0;
    display: flex;
    flex-grow: 3;
    order: 3;
    width: 280px;
    margin: 0; 
    }

    .site-title h1 {
    color: #6B2C91;
    text-decoration: none;
    padding: 0;
}

.site-heading p {
  margin: 0 0 12px 0;
  color: #6B2C91;
  font-size: 18px;
}

h1.site-title-heading {
  line-height: inherit;
  padding: 0 24px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 12px;
}

.break {
  flex-basis: 100%;
  height: 0;
}
  
  header .menu-toggle, 
  .search-toggle, 
  #switcher-toggle {
      margin: 0;
      font-size: 16px;
      color: #b1b2b4;
  }

  .header-top {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 1140px;
}

.site-title {
  vertical-align: middle;
  margin-right: auto;
  font-weight: 400;
}

.site-title img {
  vertical-align: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
a.university-logo {
  flex-grow: 1;
  }
  
  a.university-logo img {
    width: 169px;
    height: 70px;
    margin: 12px 0px;
  }

.university-logo img:hover,
header .site-title img:hover {
  opacity: 1 !important;
}
  
  button#switcher-toggle path {
  stroke: #b1b2b4;
  }

  /*Decrease padding-inline for header on mobiles*/
  header.wrapper {
    padding-inline: 12px;
  } 


/*Navigation menus*/
/*Add desktop menu*/
#desktop-nav>ul {
  display: none;
  }

/*Header Wrapper for Mobiles*/
header {
  padding-block: 0;
}

/*Mobile Menu*/
button.menu-toggle {
  position: relative;
  }

  nav#top-nav.hide-for-desktop.open {
    position: absolute;
    right: 0;
    margin-top: 40px;
    width: 100vw;
    background: #f4f4f4;
    z-index: 999999;
}

/*Move navigation items to right*/
#top-nav > ul,
#desktop-nav > ul {
  justify-content: flex-end;
}

/*Improve colour contrast on main nav menu*/
#top-nav ul a,
#desktop-nav ul a {
  opacity: 0.9;
  color: #1D1D1D;
}

#top-nav li,
#desktop-nav li {
  text-transform: none;
}

#top-nav li.active > a,
#desktop-nav li.active > a {
  opacity: 1;
  font-weight: 600;
}

#top-nav li.active > a:active,
#desktop-nav li.active > a:active {
  font-weight: 600;
}

/*Remove language selector*/
[aria-label="Transcript language"] {
  display: none;
}

/*Remove close button*/
[aria-label="Close transcript"] {
  display: none;
}

/*Remove padding from first nav li item*/
#top-nav > ul > li:first-child,
#desktop-nav > ul > li:first-child {
  padding-left: 9px;
}

/*Search options*/ 
.results>ul+a,
.results li a:not(.resource-link) {
    color: #fff;
    padding: 2px;
}

/*Block Styling*/
/*Item Showcase Openseadragon*/ 
.openseadragon {
  height: 50vh!important;
  background: #000;
}

.openseadragon.fullpage {
  height: 100vh!important;
}

.medium-large .openseadragon {
  height: 60vh!important;
}

.medium .openseadragon {
  height: 50vh!important;
}


/*Centre Media Embed items*/
.file.media-embed {
  margin: 0;
  padding: 1rem 0;
}

.media-render {
  border-radius: 0;
}

.media-render.file {
  display: flex;
  justify-content: center;
}

/*Decrease line height for medium embed h2*/
.left.medium-large.file h2,
.right.medium-large.file h2 {
    line-height: 24px;
}

/*Media Embed Openseadragon: Fill Width*/
.center.large.file .attachments {
  flex: 1 1 0;
  width: 100%;
}

.center.large.file .attachments .media-render.file img {
  width: 100%;
}

/*Allow openseadragon use in Media Embed*/
.left.medium .openseadragon,
.right.medium .openseadragon {
  height: 30vh!important;
  min-width: 25vw !important;
}

.right, 
.left {
  max-width: 50%;
}

/*Increase size of YouTube videos*/
.media-render.youtube,
.media-render.oembed {
  width: 100%;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
}

/*HTML Media Render YouTube*/
.large .media-render.youtube.html
.large .media-render.oembed.html {
height: 60vh;
}

.medium-large .media-render.youtube.html,
.medium-large .media-render.oembed.html {
height: 50vh;
}

.medium .media-render.youtube.html,
.medium .media-render.oembed.html {
height: 40vh;
}

.iiif-storyboard-wide-container {
  margin: 0 auto;
  width: 100%;
  min-width: unset;
  height: 47vh;/*30/6/24*/
  padding: 1em;
}

.center .media-render.iiif_presentation iframe,
.rangestoryboard,
.rangestoryboard .storyboard_viewer {
  width: 90vw!important;
  height: 45.5vh!important;
  max-width: 1080px!important;
}

/*Item Showcase Block*/
.item-showcase > .item.resource:only-child > img {
  height: 85vh;
}

/*Minimum width for openseadron item showcase*/
.item-showcase .openseadragon {
  min-width: 80vw;
}

/*Increase banner subheading size*/
.image-banner .overlay-container > p {
  font-size: 1.2rem;
}

/*Change opacity of image banner dark-tint*/
.image-banner .image-container::after {
  opacity: 0.3;
}

/*Increase size of Media Embed IIIF manifests*/
.center.large.file .attachments .media-render.iiif_presentation {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*Title above media player for Media Embed Blocks*/
.center.large.file .item.resource,
.center.medium-large.file .item.resource,
.center.medium.file .item.resource {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.center.large.file .item.resource .media-render.webvtt,
.center.medium-large.file .item.resource .media-render.webvtt,
.center.medium.file .item.resource .media-render.webvtt {
  width: 100%;
  flex-basis: 100%;
}

.center.large.file .item.resource h2,
.center.medium-large.file .item.resource h2,
.center.medium.file .item.resource h2 {
  order: -1;
}

/*Right Alignment for Overlay Block*/
.right.media-text.overlay,
.left.media-text.overlay {
  overflow: unset;
  max-width: unset;
}

/*Maximum Image Height*/
.media-text.max-image-height .media-render {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}

.media-text.max-image-height img {
  width: auto;
  max-height: 90vh;
}

/*Media Text Overlay*/
.media-text.overlay .text h2 {
  text-align: center;
}

/*Mirador Header*/
.mirador-viewer header {
  align-items: inherit;
}

/*Size Mirador Viewer*/ 
.layout-horizontal .large .media-render iframe, 
.block-oembed iframe {
    max-width: 100% !important;
    height: 60vh !important;
}

@media only screen and (min-width: 641px) {
.layout-horizontal .large .media-render iframe, 
.block-oembed iframe {
    height: 70vh !important;
}
}

@media only screen and (min-width: 1024px) {
.layout-horizontal .large .media-render iframe, 
.block-oembed iframe {
    height: 90vh !important;
}
}

.MuiIconButton-root {
  padding: 8px!important;
}

/*Underline hover on main menu*/
#top-nav ul a:hover {
  text-decoration: underline;
}


/*Media Embed Block*/
/*Improving Media Embed and Transcriptions*/
.page .item-showcase .resource.item:not(:only-child) h2,
.page .file .resource h2 {
  font-size: 1.5em;
  margin: 1rem 0 0 1rem;
  text-align: center;
}

.page .item.resource .caption {
  font-size: 16.75px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5rem 0 0 0;
  text-align: left;
}
/*End Improving Media Embed and Transcriptions*/

/*Media embed for Left and Right aligned items*/
.left.file,
.left.assets,
.right.file,
.right.assets {
  margin: 0;
  width: 100%;
}

.page .left.file .resource h2,
.page .right.file .resource h2 {
  font-size: 1em;
  margin: 0em;
}

.left.medium-large.file,
.right.medium-large.file {
  margin-top: 12px !important;
}


/*Resource with Text block*/
.media-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

.media-text img {
  width: 100%;
  }

.media-text .text {
  flex-basis: 50%;
  padding: 0 24px 24px 24px;
  max-width: 600px;
}

.media-text .item.resource .caption {
  font-size: initial;
  line-height: initial;
  max-width: 800px;
  margin: initial;
  padding: 0;
  font-size: 95%;
  color: #655e5e; 
}

.media-text .left,
.media-text .right {
flex-basis: 100%;
max-width: 100%;
}

.media-text .left {
order: 0;
}

.media-text .left .item.resource .caption {
  text-align: left;
}

.media-text .right .item.resource .caption {
  text-align: right;
}

.media-render.iiif {
  margin: 0;
}

.learn-more {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
} 

  .left .learn-more button,
.right .learn-more button {
  /*display: none;*/
  margin-top: 1rem;
  }

/*Button*/
.advanced-search-content .button,
.advanced-search-content button,
.advanced-search-content input[type=submit] {
  color: #fff
}

.pure-button-primary:hover {
  background: #d2d2d2;
}

/*Item Show*/
/*Underline links and remove additional link formatting*/
.item-show-metadata a {
  text-decoration: underline;
  } 

  span a {
    background-color: unset;
}


/*Annona Settings*/
button#keyboardButton,
button#settingsButton,
button#reloadButton {
  display: none;
}

.storyboard_viewer {
  background: #000 !important;
}

/*Position openseadragon canvas correctly*/
.openseadragon-canvas {
  top: 4px;
}

.openseadragon-container {
  margin-top: 4px !important;
}

.seadragonbox {
    height: 50vh;
}

.medium .seadragonbox,
.rangestoryboard .seadragonbox {
  height: 40vh;
}



/*Remove Padding from Annona*/
.storyboard_viewer {
  padding-bottom: 0;
}

/*Increase size of Openseadragon for Large Centred Files - Media Embed*/
.center.large.file .media-render.iiif .openseadragon {
  height: 85vh !important;
  background: #000;
}

/*Increase width of Media Details block*/
.media-details-container > .col-single:only-child {
  width: 90%;
  margin: 0 auto;
}

/*Set maximum height for medium details block*/
.col-single > .media-render > img {
  display: block;
  height: calc(80vh - 12px);
  width: auto;
  margin: 0 auto;
}

/*Increase size of Openseadragon render for single items*/
.col-single .media-render.iiif .openseadragon {
  height: calc(80vh - 12px) !important;
  background: #ededed !important;
}

/*Add background to Openseadragon render*/
.col-single
  .media-render.iiif
  .openseadragon
  .openseadragon-container
  .openseadragon-canvas {
  background: #1d1d1d !important;
}

/*Style site page pagination*/
.site-page-pagination a {
  color: #ecb355;
}


/*Format List of Pages Block*/
.list-of-pages {
  text-transform: capitalize;
  font-size: 28px;
}

.list-of-pages ul {
  list-style: none;
}

.list-of-pages ul li {
  background: #222222;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--accent-color, #ecb355);
  font-weight: 600;
}

/*Remove download button from light gallery*/
#lg-download-1 {
  display: none;
}

/*Ensure videos display at correct aspect ratio*/
.media-render video {
  width: 100%;
}

/*Transcript module*/
/*Bold transcript text*/
.player-track p.active {
  font-weight: 600;
}

/*Remove Pure G flex display for Transcript module*/
.pure-g.item-show-section:has(.webvtt) {
  display: block;
  }


/*Hero Image - IvyRze Block*/
/*Margin for Hero Image text*/
.image-banner.tint-dark .image-container::after, 
.call-to-action.scheme-dark .action-button {
    background-color: #000;
    max-width: 1400px;
}

.overlay-container {
  margin-left: 24px;
}

/*Minimum height for Banner Image*/
.image-banner .overlay-container {
  min-height: clamp(350px, 35vh, 451px);
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 24px;
}

.image-banner .image-container img {
max-width: 1400px;
}

/*Openseadragon Hero*/
.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.openseadragon-hero {
  height: 18.75rem;
  margin-top: -32px;
  position: relative;
}

.openseadragon-hero .hero-title-openseadragon {
  position: absolute;
  bottom: 10%;
}

#content .openseadragon-hero {
  padding-block: 0;
  }

.hero-title-openseadragon h1 {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  margin-bottom: 0;
  word-break: break-word;
  }

/*Image Banner*/
.image-banner .image-container::after {
  opacity: 0.3;
}

/*Remove restricted width for image banners*/
.image-banner .image-container img {
max-width: unset;
}

.image-banner.tint-dark .image-container::after, .call-to-action.scheme-dark .action-button {
max-width: unset;
}

.image-banner .overlay-container {
height: 500px;
}

/*Blockquote*/
.blockquote-container {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem !important;
  align-items: center;
  justify-content: center;
  /*background: #497D7E;*/
}

.blockquote-container p {
  /*margin-top: 48px;*/
  font-size: 1em;
  color: #343536;
}

blockquote {
  color: #343536;
  font-weight: 100;
  font-size: 2rem;
  max-width: 800px;
  line-height: 1.4;
  position: relative;
  margin: 5rem auto 4rem;
  padding: 0.5rem;
}

blockquote:before,
blockquote:after {
  position: absolute;
  color: #8facad;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

blockquote:before {
  content: "“";
  top: -5rem;
}

blockquote:after {
  content: "”";
  bottom: -1rem;
  right: 0;
}

cite {
  line-height: 2;
  text-align: left;
}

/*Paragraph Text*/
.paragraph-text {
  padding: 1em 0;
}

.paragraph-text p,
.paragraph-text h2,
.paragraph-text h3,
.paragraph-text h4,
.paragraph-text ul {
  max-width: 800px;
  margin: 26px auto;
}

.paragraph-text.max-width-500 {
  max-width: 500px;
  margin: 0 auto;
}

.paragraph-text.dark-background {
  padding-inline: 24px;
}

/*Add underline to links in paragraph text*/
.paragraph-text a {
  text-decoration: underline;
  }

/*Remove padding and top margin*/ 
.paragraph-text.introduction.no-margin-top {
  padding-top: 0;
  margin-top: unset!important;
}

/*Margin for first block*/
.splash {
  margin-top: initial;
  }

/*Item Show*/
/*Item Show Heading*/
.item-show-title {
  margin-bottom: 0.5rem;
  }

.item-show-title h2 {
  margin: 0;
  background: #1d1d1d;
  padding: 0.5rem 1rem;
  color: #fff;
}

  .item-show-section {
  background: #e5e5e5;
  margin-bottom: 3rem;
  }

  .item-show-section .mirador {
    height: 60vh;
  }
  
  .item-show-media .iiif_presentation {
    height: 60vh;
  }

  .item-show-media img {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  }
  
  .item-show-metadata  {
  padding: 1rem;
  background: #1d1d1d;
  color: #fff;
  border: solid 12px #1d1d1d;
  border-radius: 12px 0 0 12px;
  margin-top: 1rem;
  }

  .item-show-media  {
    padding-inline: 12px;
    }
  
  .item-show-metadata .property {
  justify-content: flex-start;
  }
  
  .item-show-metadata .property dt {
  color: #FFCC33;
  text-align: left;
  }

  .MuiIconButton-root {
    padding: 8px!important;
    }
      
/*Styling and Utility elements*/
/*Full width*/
.full-width {
  width: 100vw;
  margin-left: 50%!important;
  transform: translateX(-50%);
}

/*Margin-top-zero*/
.margin-top-zero {
  margin-top: 0 !important;
}

/*Dark Background*/
.dark-background {
  background-color: #1d1d1d;
}

.dark-background p {
    color: #d7d7d7;
  }

.dark-background p a {
  color: #ecb355;
}

.dark-background h2, 
.dark-background h2 a,
.dark-background h3, 
.dark-background h3 a,
.dark-background h4, 
.dark-background h4 a{
    color: #fff;
  }

/*Padding-vertical 1*/
.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

  /*Padding-vertical 3*/
  .padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

/*Padding-vertical 6*/
  .padding-vertical-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/*Additional margin-top*/
.margin-top-5 {
  margin-top: 5rem;
}

h2.block {
  width: 100%;
}

/*Add a centre class*/
.centre {
  text-align: center;
}

/*Word Wrap for Columns*/
.col-single {
  word-wrap: break-word;
  display: grid;
  align-items: center;
  align-content: center;
}

/*Additional margin*/
.left.file.media-embed,
.left.assets {
  margin: 0 1rem 0 0;
}

.right.file.media-embed,
.right.assets {
  margin: 0 0 0 1rem;
}

.grey-background {
  background-color: #efefef;
  }

.font-white {
  color: #fff;
  }

.small-margin-top {
  margin-top: 24px!important;
}

/*Add larger font size option*/ 
.lead {
  font-size: 110%;
  }

/*See More CSS*/
#seeMore {
  display: none;
}

#seeMore:target {
  display: block;
}

/*Remove Margin*/
.no-margin-top {
margin-top: 0!important;
}

.no-margin-bottom {
margin-top: 0!important;
}

/*Media queries*/
@media screen and (min-width: 342px) {
  nav#top-nav.hide-for-desktop.open {
  right: -1.35rem;
  }
}

/*Screen Readers*/ 
/*Code for hero banner accessibility*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 360px) {
  a.university-logo img {
   margin: 24px 12px 12px 0;
}

header.wrapper {
  padding-inline: 24px;
} 
}

@media screen and (min-width: 420px) {
  header .menu-toggle, 
  .search-toggle, 
  #switcher-toggle {
     font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .media-text .text {
      padding: 12px;
  }
}

@media screen and (max-width: 450px) {
  .site-heading {
    margin: 0;
  }
}

@media screen and (min-width: 450px) {
  /*Increase font size on Hero Image*/
  .overlay-container h1 {
    font-size: 2.5rem;
  }

  a.university-logo img {
    margin: 24px 24px 12px 0;
  }

  .image-banner .overlay-container > p {
  font-size: 1.5rem;
  }

  .item-show-media  {
    padding-inline: 12px;
    }
}

@media screen and (min-width: 480px) {
  /*Additional margin*/
.left.file.media-embed,
.left.assets {
  margin: 0 2rem 0 0;
}

.right.file.media-embed,
.right.assets {
  margin: 0 0 0 2rem;
}
}

@media screen and (max-width: 500px) {
  /*Right Arrow on Annona using mobiles*/
  .ltr#nextPageButton,
  .rtl#previousPageButton {
    left: 89%;
  }
}

@media screen and (max-width: 567px) {
.pure-u-xs-1 {
  width: 100%;
}
}

@media screen and (max-width: 600px) {
  .openseadragon-hero {
    height: 350px;
    margin-top: -24px !important;
}
}

@media screen and (min-width: 600px) {
  a.university-logo  img {
      margin: 24px 24px 24px 12px;
  }
  .site-heading {
    width: 290px;
}
}

@media screen and (max-width: 640px) {
  header {
    padding-block: 0;
  }
}

@media screen and (min-width: 641px) {
  h2 {
    font-size: 22px;
  }
  h1.site-title-heading {
    font-size: 19px;
  }
  .iiif-storyboard-wide-container {
    height: 82vh;/*30/6/24*/
}
  .site-heading {
    order: 0;
}
  a.university-logo {
    flex-grow: 0;
}
  button.search-toggle {
    order: 1;
    }
    
    .language-switcher {
    order: 2;
    }
    
    button.menu-toggle {
    order: 3;
    }
   .splash {
   margin-top: -49px;
   }

/*Desktop menu*/
#desktop-nav>ul {
    display:flex;
    flex-wrap:wrap;
    margin:0;
    justify-content: flex-end;
}
#desktop-nav li{
    font-size:16px;
    list-style-type:none;
}
#desktop-nav ul a{
    transition:opacity .3s ease
}
#desktop-nav ul a:hover{
    opacity:1 !important;
    border-bottom: solid #6b2c90 3px;
    padding-bottom: 3px;
    color: #6b2c90;
    transition: 0.1s;
}
#desktop-nav li.active>a{
    opacity:1 !important;
    font-weight:600
}
#desktop-nav>ul>li{
    padding-inline:9px;
    padding-bottom:18px
}
#desktop-nav>ul>li:first-child{
    padding-left:0
}
#desktop-nav>ul>li li{
    font-family:"Work Sans",sans-serif;
    display:block
}
#desktop-nav>ul>li li:not(:last-of-type){
    margin-bottom:12px
}
#desktop-nav>ul>li>ul{
    position:absolute;
    height:0;
    overflow:hidden;
    background:var(--header-color, #f9bc58);
    margin-inline:-100vw;
    margin-bottom:18px;
    box-shadow:0 4px 18px rgba(0,0,0,.15);
    z-index:90
}
#desktop-nav>ul>li:hover>ul,#desktop-nav>ul>li>ul:focus-within{
    height:auto;
    overflow:visible;
    padding:24px 100vw
}
#desktop-nav>ul>li>ul::before{
    content:"";
    position:absolute;
    top:-5px;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
    border-bottom:5px solid var(--header-color, #f9bc58)
}
#desktop-nav ul ul{
    margin:12px 0 0
}
#desktop-nav.nav-light ul ul a,#desktop-nav.nav-light ul ul li::before{
    color:#fff;
    opacity:.8
}
#desktop-nav ul ul ul{
    padding-left:12px
}
#desktop-nav ul ul ul li::before{
    content:"—";
    margin-right:6px;
    opacity: 0.4;
}

.seadragonbox {
  height: 75vh!important;
}

 .openseadragon {
  height: 75vh!important;
  background: #000;
}

  .center .media-render.iiif_presentation iframe, 
  .rangestoryboard, 
  .rangestoryboard .storyboard_viewer {
    height: 75vh !important;
}

.medium-large .rangestoryboard,
.medium-large .rangestoryboard .storyboard_viewer {
  height: 85vh !important;
}

.medium .rangestoryboard,
.medium .rangestoryboard .storyboard_viewer {
  height: 65vh !important;
}  

  /*Increase height of Annona feature on larger screens*/
  .medium .seadragonbox {
    height: 60vh !important;
  }

  .large .seadragonbox {
    height: 70vh !important;
  }
  .large .media-render.youtube.html,
  .large .media-render.oembed.html {
  height: 70vh;
  }
  .medium-large .media-render.youtube.html,
  .medium-large .media-render.oembed.html {
  height: 60vh;
  }
  .medium .media-render.youtube.html,
  .medium .media-render.oembed.html {
  height: 50vh;
  }
  .medium .openseadragon {
    height: 60vh!important;
  }
  .medium-large .openseadragon {
    height: 70vh!important;
  }
  /*Allow openseadragon use in Media Embed*/
.medium .openseadragon {
  height: 40vh!important;
}
  /*Additional margin for media embed*/
  .left.file.media-embed,
  .left.assets {
    margin: 0 3rem 0 0;
  }
  .right.file.media-embed,
  .right.assets {
    margin: 0 0 0 3rem;
  }
  /*Add side padding for paragraph text*/
  .paragraph-text {
    padding: 1em;
    line-height: 2;
  }

  .item-show-media .iiif_presentation {
    height: 75vh;
  }

  .item-show-title {
    display: inline-block;
}

  /*Padding-vertical 6*/
  .padding-vertical-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 700px) {
  .site-heading {
    margin: 0 12px;
  }
  .site-heading p {
    font-size: 20px;
  }
}

@media screen and (min-width: 800px) {
  .iiif-storyboard-wide-container {
    height: 83vh;
  }

  .hero-title-openseadragon h1 {
    font-size: 2rem;
    }

    .openseadragon,
    .seadragonbox {
      height: 80vh!important;
      background: #000;
    }

    .right.media-embed, 
    .left.media-embed {
      max-width: 33%;
    }
}

@media screen and (min-width: 801px) {
  .center.large.file .attachments .media-render.iiif_presentation {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .overlay-container h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 901px) {
  .openseadragon-hero .hero-title-openseadragon {
    bottom: 20%;
}
}

@media screen and (max-width: 1024px) {
  h1.site-title-heading {
      text-align: left;
      font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .item-show-media .openseadragon {
    height: 95vh !important;
    background: #e5e5e5;
  }
  .media-render.youtube,
  .media-render.oembed {
    max-width: 1000px;
  }
  .item-show-section .mirador {
    height: 95vh;
  }
  .medium-large .openseadragon {
    height: 85vh!important;
  }
  
  .medium .openseadragon {
    height: 80vh!important;
  }

  .media-text {
  flex-direction: row;
  }
  .media-text .text {
    padding: 24px 48px;
    flex-basis: 50%;
  }
  .openseadragon-hero {
    height: 400px;
    margin-top: -32px !important;
}

.center.large.file .item.resource h2 {
  margin: 2em 0;
}
/*Item Show*/
.item-show-media  {
  padding: 1rem 2rem 1rem 1rem;
  }

  .item-show-media .iiif_presentation iframe {
    height: 90vh;
  }

.item-show-metadata  {
  margin-top: 0;
}

.item-show-title h2 {
  padding: 1rem 0;
  font-size: 30px;
  }
    
  .item-show-metadata {
  padding: 1rem 1rem 1rem 2rem;
  }
  
  .item-show-metadata .property dt {
      width: 100%;
      margin: 0;
  }
  
  .item-show-metadata .property dd {
  text-align: left;
  width: 100%;
  }
  .pure-g.item-show-section:has(.webvtt) {
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 27px;
  }
  .media-render {
      border-radius: 12px;
    }

  .media-text {
    align-items: unset;
  }

  .media-text .learn-more {
    justify-content: flex-start;
  }
  .media-text .left, 
  .media-text .right {
    max-width: 50%;
    flex-basis: 50%;
}

  .media-text .right {
    order: 1;
    }

  /*Switch order of media player and transcription*/
  .player-reverse
    .file
    .attachments
    .item
    .media-render
    .player-container
    .player-controls {
    order: 1;
  }
  /*Increase height of Media Text items for larger screens*/
/*Centre Media Embed items*/
.media-render.file {
    align-items: center;
}

.hero-title-openseadragon h1 {
  font-size: 3rem;
}

.left .item.resource audio, .left .item.resource canvas, .left .item.resource video, .left .item.resource progress, .left .item.resource img, .right .item.resource audio, .right .item.resource canvas, .right .item.resource video, .right .item.resource progress, .right .item.resource img {
  max-height: 90vh;
}

  /*Increase height of Annona feature on larger screens*/
  /*Increase width of Annona viewer for wider screens*/
  .iiif-storyboard-wide-container {
    /*min-width: 1000px;*/
    width: 100%;
    max-width: 1100px;
}

/*Item Showcase Openseadragon*/
.item-showcase .iiif-storyboard-wide-container {
  min-width: 1000px;
  max-width: 1100px;
  height: 84.8vh;
}
  /*Increase size of Blockquote*/
  .media-text.overlay {
    position: relative;
  }

  .media-text.overlay .left,
  .media-text.overlay .right {
    width: 50%;
  }

  .media-text.overlay .text {
    position: absolute;
    left: 40%;
    background: #fff;
    width: 50%;
  }

  /*Right Alignment*/
  .right.media-text {
    overflow: unset;
    max-width: unset;
    justify-content: flex-end;
  }

  .right.media-text.overlay .text {
    left: 5%;
  }

  .media-text.overlay .text h2 {
    text-align: inherit;
  }
  .media-text.max-image-height .media-render {
    display: inherit;
  }

  .media-text.max-image-height img {
    width: inherit;
    max-height: unset;
  }

  .item-show-metadata  {
  min-height: 100vh;
  }
}

@media screen and (min-width: 1080px) {
  .item-show-metadata .property dt {
      width: 35%;
  }

  .item-show-title h2 {
    font-size: 34px;
  }
  
  .media-list .resource-link, .property dd {
      width: calc(65% - 26px);
  }
  }

@media only screen and (min-width: 1200px) {
  .openseadragon,
  .seadragonbox {
    height: 85vh!important;
    background: #000;
  }

  .medium-large .openseadragon {
    height: 80vh!important;
  }
  
  .medium .openseadragon {
    height: 75vh!important;
  }

  .item-showcase .iiif-storyboard-wide-container {
    height: 73.8vh;
}

.image-banner .overlay-container > p {
  font-size: 2rem;
  }
  .splash {
    margin-top: -49px;
}
.openseadragon-hero {
  height: 500px;
  margin-top: -32px !important;
}

.medium .seadragonbox {
  height: 70vh !important;
}

.medium-large .seadragonbox {
  height: 75vh !important;
}

 .large .seadragonbox {
    height: 88.5vh !important;
  }

.center .media-render.iiif_presentation iframe,
.rangestoryboard,
.rangestoryboard .storyboard_viewer {
  height: 95vh!important;
}

.medium .rangestoryboard,
.medium .rangestoryboard .storyboard_viewer {
  height: 70vh !important;
}

.medium-large .rangestoryboard,
.medium-large .rangestoryboard .storyboard_viewer {
  height: 80vh !important;
}
/*Padding-vertical 6*/
.padding-vertical-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
}

@media screen and (min-width: 1300px) {
  .full-width .media-text .text {
    flex-basis: 40%;
}
}

@media only screen and (min-width: 1400px) {
  /*Increase height of Openseadragon media*/
  .col-single .media-render.iiif .openseadragon {
    height: calc(90vh - 12px) !important;
  }
  .media-details-container > .col-single:only-child {
    width: 100%;
    max-width: 1350px;
    margin: auto;
  }
}

/*UoM Footer*/ 
.headerContainer,
.row {
    max-width: 1140px;
}
.headerContainer,
.row,
.twelvecol {
    position: relative;
}
.footerContent,
.inlineList,
.row {
    overflow: hidden;
}
.row {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.tripleVertPadding {
    padding: 3em 0;
}
.eightcol,
.fourcol,
.fourcolRigid,
.sixcol,
.threecol {
    margin-right: 3.8%;
    float: left;
    overflow: hidden;
    position: relative;
}
.eightcol,
.fourcol,
.sixcol,
.threecol {
    width: 100%;
}
.fourcolRigid {
    width: 30.8%;
}
.ie7 .fourcolRigid {
    width: 30.6%;
}
.lastAtMobile {
    margin-right: 0;
}
.halfSizeUntilLargeMobile {
    width: 48.1%;
}
.fullSizeUntilDesktop,
.fullSizeUntilLargeDesktop,
.fullSizeUntilLargeMobile {
    width: 100%;
    margin-bottom: 5%;
}
.showAtFullDesktop {
    display: none !important;
}
.colRight {
    float: right;
}
.last {
    margin-right: 0 !important;
}
.headerContainer {
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
    width: 90%;
}
.headerContent {
    width: 100%;
    padding: 0;
    background: #fff;
}
.mainLogo {
    display: inline-block;
    float: left;
    margin: 0 0 20px;
}
.mainLogo img {
    width: 170px;
    height: 71px;
}
.site-identifier {
    display: block;
    clear: both;
}
.site-identifier a,
.site-identifier a:hover,
.site-identifier a:visited,
.site-identifier p {
    font-size: 22px;
    color: #6b2c91;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    padding: 0;
}
.footerContainer {
    background: #1d1d1d;
    clear: both;
}
.footerContent {
    margin: 0;
}
.footerContainer h2 {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 100;
}
.footerContainer .fourcol.last,
.footerContainer .sixcol.last {
    margin: 2em 0 0;
}
.footerContainer .tripleVertPadding {
    padding-bottom: 1em;
}
.footerContainer li a {
    font-size: 1em !important;
    color: #aaa;
}
.footer-socialIcons li {
    padding: 0 !important;
}
.footer-socialIcons li a img {
    padding-right: 10px;
    width: auto !important;
    vertical-align: inherit;
}
.footerLogos {
    display: contents;
    float: left;
    width: 280px;
}
.footerLogos img {
    display: inline;
    margin: 0 20px 10px 0;
    width: auto !important;
}
.footerContainer p a {
    background-color: unset;
    text-decoration: none;
}
.footerContainer p a:hover {
    text-decoration: underline;
}
.inlineList li,
.inlineList li a {
    display: inline-block;
    font-family: "Open Sans";
}
.footerLogos p {
    color: #fff;
    line-height: 1.3em;
    font-size: 1.1em;
}
.inlineList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inlineList li {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 2em;
    color: #aaa;
}
@media only screen and (min-width: 600px) {
    .lastAtMobile {
        margin-right: 3.8%;
    }
    .halfSizeUntilLargeMobile {
        width: auto;
    }
    .fullSizeUntilLargeMobile {
        margin-bottom: 0;
    }
    .fourcol {
        width: 30.8%;
    }
    .ie7 .fourcol {
        width: 30.6%;
    }
    .sixcol {
        width: 48.1%;
    }
    .ie7 .sixcol {
        width: 48%;
    }
    .eightcol {
        width: 65.4%;
    }
    .fullSizeUntilDesktop {
        width: 100% !important;
    }
    .footerLogos {
        float: left;
    }
    .footerLogos img {
        display: inline;
        margin: 0 20px 10px 0;
        width: auto !important;
    }
    .footerLogos p {
        color: #fff;
        line-height: 1.3em;
        font-size: 1.1em;
        clear: both;
        font-family: "Open Sans";
    }
    hr {
        width: 100%;
    }
    .footerContainer .fourcol.last {
        margin: 0;
        padding: 0;
        border-top: 0;
        width: 30.8%;
    }
}
@media only screen and (min-width: 700px) {
    .fourcol.fullSizeUntilDesktop {
        width: 30.8% !important;
    }
    .sixcol.fullSizeUntilDesktop {
        width: 48.1% !important;
    }
    .eightcol.fullSizeUntilDesktop {
        width: 65.4% !important;
    }
    .showAtDesktop {
        display: block;
    }
}
@media only screen and (min-width: 960px) {
    .threecol.fullSizeUntilLargeDesktop {
        width: 22.15% !important;
    }
    .fourcol.fullSizeUntilLargeDesktop {
        width: 30.8% !important;
    }
    .sixcol.fullSizeUntilLargeDesktop {
        width: 48.1% !important;
        margin-bottom: 0;
    }
    .footerContainer .eightcol {
        width: 65.4% !important;
    }
    .footerContainer .fourcol.last {
        width: 30.8% !important;
        margin: 0;
        padding: 0;
        border-top: 0;
    }
    .showAtFullDesktop {
        display: block !important;
    }
}
.contact p a {
    color: #fff;
}
.contact p a:hover {
    text-decoration: underline;
}
 /*End UoM Footer*/

 /*Foundation Utility Classes*/
.padding-vertical-1 {
  padding: 1em 0;
}
.padding-horizontal-1 {
  padding: 0 1rem 0 1rem;
}
.margin-vertical-1 {
  margin: 1em 0 0 0;
}
.margin-bottom-1 {
  margin: 0 0 1em 0;
}

/*No Margin top*/
.no-margin-top {
  margin-top: -1rem;
} 
@media screen and (min-width: 1025px) {
.no-margin-top {
  margin-top: -2rem;
} 
}


/*Testing CSS Grid horizontal and vertical blocks*/
 /*Flex Option*/
 .block-blockGroup.resourceText {
  gap: 1em;
  flex-direction: column;
}

.resourceText {
padding: 0 1em;
}

.resourceText .block-media:has(.layout-horizontal) {
width: 100%;
}

.resourceText .block-media:has(.layout-vertical .openseadragon) {
  width: 95vw;
  margin: 0 auto;
}

/*Grid Option*/
.resourceTextGrid .block-heading {
grid-area: header;
}

.resourceTextGrid .block-media {
grid-area: media-block;
width: 100%;
}

.resourceTextGrid .block-html {
grid-area: text;
align-self: center;
}

.resourceTextGrid .block-html h2 {
  text-align: center;
  margin: 6px 0 12px 0;
}
@media screen and (min-width: 601px) {
  .resourceTextGrid .block-html h2 {
    margin: 12px 0 24px 0;
  }
}
@media screen and (min-width: 1025px) {
  .resourceTextGrid .block-html h2 {
    margin: 24px 0;
  }
}

.resourceTextGrid .file-caption-text.media-embed {
  grid-area: media-embed-media;
}

.resourceTextGrid {
display: grid;
gap: 1rem;
grid-template-columns: 1fr;
justify-items: center;
grid-template-areas: 
"header" 
"media-block"
"text";
}

  /*Add wide option*/ 

@media screen and (min-width: 1025px) {
  .wide .resourceTextGrid:has(.layout-vertical),
  .wide.resourceTextGrid:has(.layout-vertical) {
      grid-template-columns: 1fr 10fr 1fr;
    }
  }
  
  
  @media screen and (min-width: 1200px) {
  .wide .resourceTextGrid:has(.layout-vertical),
  .wide.resourceTextGrid:has(.layout-vertical) {
      grid-template-columns: 1fr 12fr 1fr;
    }
  }

.resourceTextGrid:has(.layout-vertical.file-caption-text) {
  grid-template-areas: 
  "media-embed-media"
  "text";
  }



/*Ensure Learn More button is below text for vertical Media blocks*/
.resourceTextGrid {
  row-gap: 0;
} 

.resourceTextGrid .block-html p {
  margin-bottom: 70px;
  margin-block-start: 0;
  }

 /*Removed Learn More Fixed Positioning
 .resourceTextGrid .learn-more {
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resourceTextGrid .file-caption-text .learn-more {
  position: unset;
  transform: none;
}*/

/*Add class where Media caption is Text*/
.resourceTextGrid:has(.layout-horizontal.file-caption-text) {
  grid-template-areas: 
  "media-embed-media"
  "text";
  }

/*Add a portrait class*/ 
@media screen and (min-width: 1025px) {
.portrait .resourceTextGrid:has(.layout-horizontal) {
  grid-template-columns: 2fr 2fr;
    grid-template-areas:
    "header ."
    "media-block text";
  }
  .portrait .resourceTextGrid:has(.layout-horizontal.file-caption-text) {
    grid-template-areas: "media-embed-media text";
}
}

@media screen and (min-width: 1200px) {
.portrait .resourceTextGrid:has(.layout-horizontal) {
  grid-template-columns: 0.5fr 2fr 2fr 0.5fr;
  grid-template-areas:
  ". header . ."
  ". media-block text .";
}
.portrait .resourceTextGrid:has(.layout-horizontal.file-caption-text) {
  grid-template-areas: ". media-embed-media text .";
}
}


/*Add a media right class*/ 
@media screen and (min-width: 1025px) {
  .media-right .resourceTextGrid:has(.layout-horizontal.file-caption-text) {
      grid-template-areas: "text media-embed-media";
  }
}

@media screen and (min-width: 1025px) {
.portrait.media-right .resourceTextGrid:has(.layout-horizontal.file-caption-text) {
  grid-template-columns: 2fr 2fr;
  grid-template-areas: "text media-embed-media";
}
}

@media screen and (min-width: 1200px) {
.portrait.media-right .resourceTextGrid:has(.layout-horizontal.file-caption-text) {
  grid-template-columns: 0.5fr 2fr 2fr 0.5fr;
  grid-template-areas: ". text media-embed-media .";
}
}

/*Add option to place media to the right*/ 
@media screen and (min-width: 1025px) {
.media-right .resourceTextGrid:has(.layout-horizontal) {
  grid-template-columns: 2fr 3fr;
  grid-template-areas: 
  "header ." 
  "text media-block" ;
  }
}

/*Medium*/
@media screen and (min-width: 641px) {
  .medium-padding-vertical-2 {
    padding: 2rem 0;
  }
  .resourceText .block-media:has(.layout-vertical .openseadragon) {
    min-width: 80vw;
}
.resourceTextGrid:has(.layout-vertical) {
  grid-template-columns: 1fr 12fr 1fr;
  grid-template-areas:
". header ."
". media-block ."
". text .";
}

.resourceTextGrid:has(.layout-vertical.file-caption-text) {
  grid-template-areas: 
  ". media-embed-media ."
  ". text .";
  }

.portrait .media-embed-block {
  max-width: rem-calc(700);
  margin: 0 auto; 
}
}


/*Large*/
@media screen and (min-width: 1025px) {
.large-padding-vertical-2 {
  padding: 2em 0;
}
.large-padding-vertical-3 {
  padding: 3rem 0;
}
.large-padding-horizontal-2 {
  padding: 0 2rem;
}
.large-margin-vertical-2 {
  margin: 2em 0;
}
.large-margin-bottom-2 {
  margin: 0 0 2em 0;
}
.block-blockGroup.resourceText:has(.layout-horizontal) {
  flex-direction: row;
}
.resourceText .block-media:has(.layout-horizontal) {
  width: 58.3333333333%;
  flex-grow: 1;
  flex-shrink: 0;
}

.resourceTextGrid:has(.layout-horizontal) .learn-more {
  justify-content: center;
  position: initial;
  bottom: unset;
  left: unset;
  transform: initial;
}

.resourceText .block-media:has(.layout-vertical .openseadragon) {
  min-width: 50vw;
  max-width: 700px;
}
.resourceText .block-html  {
  min-width: 41.6666666667%;
  flex-grow: 0;
  flex-shrink: 1;
}

.resourceTextGrid:has(.layout-horizontal) {
  grid-template-columns: 3fr 2fr;
  grid-template-areas: 
  "header ." 
  "media-block text" ;
  }

/*Add class where Media caption is Text*/
.resourceTextGrid:has(.layout-horizontal.file-caption-text) {
  grid-template-areas: 
  "media-embed-media text" ;
  }

.resourceTextGrid.mediaRight:has(.layout-horizontal) {
  grid-template-columns: 2fr 3fr;
  grid-template-areas: 
  "header ." 
  "media-block" ;
  }

/*Add class for Media caption as text*/ 
.resourceTextGrid.mediaRight:has(.layout-horizontal.file-caption-text) {
  grid-template-areas: 
  "text media-embed-media" ;
  }

  .resourceTextGrid:has(.layout-vertical) {
    grid-template-columns: 1fr 8fr 1fr;
  }  

  .resourceTextGrid:has(.layout-vertical.file-caption-text) {
    grid-template-areas: 
    ". media-embed-media ."
    ". text .";
    }
  
  .layout-vertical.file.media-embed {
    padding: 0;
  }
  .portrait.resourceTextGrid:has(.layout-horizontal) {
  grid-template-columns: 0.5fr 2fr 2fr 0.5fr;
  grid-template-areas:
  ". header . ."
  ". media-block text .";
}
.layout-vertical.attachment-count-2 .resource-text-openseadragon .openseadragon {
  height: calc(60vh - .75rem) !important;
}
.layout-vertical.attachment-count-3 .resource-text-openseadragon .openseadragon {
  height: calc(45vh - .75rem) !important;
} 
}

/*Extra Large*/ 
@media screen and (min-width: 1400px) {
.xlarge-padding-horizontal-3 {
    padding: 0 3em;
  }
.xlarge-padding-vertical-3 {
  padding: 3em 0;
}
.resourceTextGrid:has(.layout-vertical) {
  grid-template-columns: 1fr 3fr 1fr;
}
}

/*Fixes*/
.item.resource {
  width: 100%;
}

/*Embed media alongside HTML*/ 
  /*Allow openseadragon use in Media Embed*/
  .medium .openseadragon {
    height: 40vh!important;
  }

  .resourceText .block-media:has(.layout-horizontal) {
    width: 100%;
    }
    
  .resourceText .block-media:has(.layout-vertical .openseadragon) {
    width: 95vw;
    margin: 0 auto;
  }

  .block-media.text-around-image {
    display: block;
    float: left;
    width: 400px;
    margin: 0 1rem 1rem 0;
  }

  .block-media.text-around-image.right {
    float: right;
    margin: 0 0 1rem 1rem;
  }

  .media-render.iiif {
    width: 100%;
  }

  .media.file {
    width: 100%;
  }

  /*Centre img for non-iiif material*/ 
  .media-embed .resource {
    text-align: center;
  }

  /*Asset Cards*/ 
  .card img {
    width: 100%;
    object-fit: cover;
  }

  /*Card hover colour change*/ 
  .assets:has(.asset.card) .card img {
    height: 12rem;
  }
.assets.asset-column-2:has(.asset.card) {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  grid-template-columns: repeat(1, 100%);

}

.assets.asset-column-3:has(.asset.card) {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  grid-template-columns: repeat(1, 100%);
}

.asset.card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: .25rem;
  background: #ececed;
}

.asset.card span.h3 {
    color: #000;
    margin: 0.5rem
  }

  .assets .asset:not(:last-child) {
    margin-bottom: unset;
  }

@media screen and (min-width: 520px) {
.assets.asset-column-2:has(.asset.card) {
grid-template-columns: repeat(2, 48%);
}
.assets.asset-column-3:has(.asset.card) {
grid-template-columns: repeat(2, 48%);
}
}

@media screen and (min-width: 801px) {
  .assets:has(.asset.card) .card img {
height: 14rem;
}
}


@media only screen and (min-width: 1025px) {
.assets.asset-column-2:has(.asset.card) {
gap: 2rem;
}

  .assets:has(.asset.card) .card img {
height: 16rem;
}
.assets.asset-column-3:has(.asset.card) {
  grid-template-columns: repeat(3, 32%);
  gap: 2rem;
}
}

@media only screen and (min-width: 1200px) {
  .assets:has(.asset.card) .card img {
height: 18rem;
}
}

/*Openseadragon*/ 
.medium .openseadragon {
  height: 60vh!important;
}

.medium-large .openseadragon {
  height: 60vh!important;
}

.large .openseadragon {
  height: 60vh!important;
}
@media only screen and (min-width: 1200px) {
  .large .openseadragon {
  height: 90vh!important;
  }
}

/*Seadragonbox Styling*/ 
.openseadragon {
  height: 40vh!important;
}
.seadragonbox {
  height: 40vh!important;
}

@media screen and (min-width: 801px) {
  .medium .openseadragon {
    height: 60vh!important;
  }
  .medium-large .openseadragon {
    height: 75vh!important;
  }
  .large .openseadragon {
    height: 75vh!important;
  }
  .medium .seadragonbox {
    height: 60vh!important;
  }
  .medium-large .openseadragon {
    height: 75vh!important;
  }
  .large .seadragonbox {
    height: 75vh!important;
  }
}


@media only screen and (min-width: 1025px) {
.medium .openseadragon {
  height: 60vh!important;
}
.medium-large .openseadragon {
  height: 80vh;
}
.large .openseadragon {
  height: 90vh!important;
}
.medium .seadragonbox {
  height: 65vh!important;
}
.medium-large .seadragonbox {
  height: 80vh!important;
  }
.large .seadragonbox {
  height: 85vh!important;
  }
}

@media only screen and (min-width: 1200px) {
  .large .seadragonbox {
    height: 90vh!important;
    }
}

/*Remove bold title text from Assets*/ 
.assets .link-title {
  font-weight: 400;
}

/*No button option*/ 
.no-button .learn-more {
  display: none;
}