/**
 * Artwork styles.
 */

.artwork-teaser {
  height: 100%;
}
.artwork-teaser .node__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.section--related-content .artwork-teaser .node__content {
  justify-content: flex-start;
}
.artwork-teaser .artwork-teaser__text {
  margin-top: 25px;
  height: 75px;
}
.view--artwork-featured .artwork-teaser .artwork-teaser__text {
  height: 90px;
}
.artwork-teaser__text a {
  color: #000;
  font-weight: 600;
}

.three-column-grid .artwork-teaser .field--name-field-featured-image,
.three-column-grid .artwork-teaser .field--name-field-featured-image img,
.three-column-grid .artwork-teaser .media--view-mode-single-column {
  height: auto;
}

.view-taxonomy-term .field--name-field-artwork-category-nh,
.view-taxonomy-term .field--name-field-artwork-category-rs {
  display: none;
}

.path-taxonomy h1 {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.view-js-filters {
  margin: 0 auto 65px;
  width: 335px;
}
.artwork-teaser--dismantled {
  display: none;
}

@media all and (min-width: 735px) {
  .path-taxonomy h1 {
    width: 715px;
  }
  .view-js-filters {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 715px;
  }
}
@media all and (min-width: 1200px) {
  .path-taxonomy h1 {
    width: 1095px;
  }
  .view-js-filters {
    width: 1095px;
  }
}

.load-dismantled {
  display: none;
}
.load-dismantled--showing {
  display: block;
}
.load-dismantled__button {
  display: block;
  margin: 25px auto 0;
}
