.search-page .search-result {
  margin-top: 3em;
  clear: both;
}

.search-page .search-result:after {
  /* clearfix */
  content: '';
  clear: both;
  display: table;
}

.search-pagination {
  margin-top: 3em;
}

.search-result__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.6em;
}

.search-result__title {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

.search-result__subtitle {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

.search-result__subhead {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.search-result__date {
  margin-bottom: 0.6em;
}

.search-result__image {
  margin-bottom: 0.6em;
  width: 100%;
  height: auto;
}

.search-result__image-w-caption {
  margin-bottom: 0.6em;
}

.search-result__image-captioned {
  width: 100%;
  height: auto;
}

.search-result__caption {
  font-size: 10px; /* = .artist-page .image-caption */
  margin-top: 4px;
}

.search-result__video {
  order: 3;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  margin-top: 0.6em;
}

.search-result__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-result__more {
  margin-bottom: 0.6em;
}

.search-result__more b {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

@media (min-width: 700px) and (max-width: 47.95em), (min-width: 1000px) {

  .search-result__body {
    display: block;
    clear: both;
  }

  .search-result__body:after {
    /* clearfix */
    content: '';
    clear: both;
    display: table;
  }

  .search-result__image {
    float: left;
    height: 120px;
    width: auto;
    margin-right: 0.6em;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }

  .search-result__image-w-caption {
    float: left;
    margin-right: 0.6em;
    margin-bottom: 0;
    position: relative;
    top: 3px;
  }

  .search-result__image-w-caption + .search-result__content > :first-child {
    margin-top: 0;
  }

  .search-result__image-captioned {
    height: 120px;
    width: auto;
  }

  .search-result__caption {
    max-width: 20em;
  }

  .search-result__video {
    float: right;
    width: 300px;
    height: 168px;
    padding-bottom: 0;
    margin: 0 0 0 0.6em;
  }

}

