@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Tw-Cen-MT-W01-Light.woff2") format('woff2');
  font-style: light;
  font-weight: 100;
}
@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Twentieth-Century.woff2") format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Twentieth-Century.woff2") format('woff2');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Twentieth-Century.woff2") format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Twentieth-Century-Bold.woff2") format('woff2');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: twentieth-century;
  src: url("../fonts/Twentieth-Century-Bold-Italic.woff2") format('woff2');
  font-style: italic;
  font-weight: 700;
}
.base--pager-block {
  border-bottom: 1px solid;
  margin-bottom: 24px;
  text-align: center;
}
.base--pager-block ul,
.base--pager-block p {
  padding-bottom: 18px;
}
.base--pager-block ul + ul,
.base--pager-block ul + p {
  padding-top: 0;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.field--type-image .field__item > a {
  display: block;
  line-height: 0;
}
.field--type-image .field__item picture,
.field--type-image .field__item img {
  display: block;
}
.full-image-display-wrapper,
.node--type-artwork.node--view-mode-full .field--name-field-images {
  max-width: 1200px;
}
.full-image-display-wrapper--inner,
.node--type-artwork.node--view-mode-full .field--name-field-images > * {
  display: flex;
}
.full-image-display-wrapper--inner > *,
.node--type-artwork.node--view-mode-full .field--name-field-images > * > * {
  margin: auto;
}
.field--name-field-image img {
  object-fit: contain;
  object-position: top center;
  max-width: 100%;
  height: auto;
}
