#titlevideo{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

  #titletext{
  position: relative;
  bottom: 0;
  color: #FFF !important;
  width: 100%;
  padding: 20px;
  }

.banner-back{
display: none;
}



body {
-webkit-font-smoothing: antialiased!important;
text-rendering: optimizelegibility!important;
}


.interlocutor{
font-weight: bold
}

#custombrowse{
margin-top: 0px!important;
background-color: #ababab;
    text-align: center;
    padding: 7.5px;
    border-radius: 2px;
    line-height: 1.875rem;
    display: inline-block;
    font-weight: bold;
float:center;

}

a.metadata-browse-link {
    font-size: 0.75rem;
   color: #bf5606;
}

.filter-label {
    background-color: #bf5606;
}
.filter-label, .filter-value {
    border: 1px solid #bf5606;
}

#content h4  a{
    font-size:  0.8em!important;
line-height: 1em!important;
}

#content h3  a{
    font-size:  0.8em!important;
line-height: 1em!important;
}

#content h3  {
    font-size:  1em!important;
line-height: 1.2em!important;
}

td {
    text-align: center;
    padding: 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.value-content .resource-link img {
    display: none;
}

#item-linked .resource-link img{
display: none;
}

.values .resource-link img{
display: none;
}
.resource-link img {
    display: block;
}

.item-showcase {
margin: 10px 0;
padding: 19px 0 0;
}

     .model-container {
            display: flex;
            justify-content: space-between;
            gap: 10px; /* Optional: adds space between the models */
        }

        .model-wrapper {
            flex: 1;
            text-align: center;
            padding: 10px; /* Optional: space inside each model wrapper */
        }

        /* Optional: limit the size of the embedded model */
        clooned-object {
            width: 100%;
            height: 400px; /* Adjust height as needed */
        }

.linked-resource .resource-link img {
    display: none!important;
} 

.item-showcase .media-embed {
display: flex;
flex-wrap: wrap;
}

.item-showcase {
display: block;
}

ul.resource-list {
border-top: none;
border-bottom: none;
}

.property a:link{
color: #da6404;
}

.property a:visited{
color: #da6404;
}

.property a:hover{
color: #0564DA;
}

.property dd {
margin-inline-start: 0px!important;
}

.property dt {
font-weight: bold;
}


        .footer-retags {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .footer-retags-logo img {
            height: 100px;
        }

.pagination div a{
background-color: #ababab;
    text-align: center;
    padding: 7.5px;
    border-radius: 10px;
    line-height: 1.875rem;
    display: inline-block;
    font-weight: bold;
    float: center;
}