.thumbnail, .resource.show .resource-link img, .media-list img, .resource .resource-link img {
  display: inline-block;
  max-width: 200px;
}

.contact-us-block .required {
display: inline;
}

body:not(.browse) #content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 70rem;
}

.property dd.value {
  margin-left: 6%;
}

.right-sidebar {
  position: -webkit-sticky;
  position: sticky;
align-self: flex-start;
overflow-y: auto;
  top: 10px;
}

.media-render {
  margin-bottom: 2em;
}

figcaption {
font-size: 0.8em;
}

.property dd.value {
  margin-left: 6%;
  display: inline-flex;
}

.item-set h3 {
  display: none;
}

.item-set  .stack {
margin: 3rem 0;
}

@media print, screen and (min-width: 40em) {
  h4, .resource-meta .resource-link .resource-name, h1.site-title, .h4 {
    font-size: 1.2rem;
  }
}