@media only screen and (max-width: 960px) {

  .node-type-department .departments-slideshow-main-frame, .node-type-department .departments-slideshow-main-frame .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
  }

  .node-type-department .view-featured-article {
    list-style-type: none;
    list-style-image: none;
  }

  .node-type-department .view-featured-article .item-list ul li {
    list-style-type: none;
    list-style-image: none;
  }

  .node-type-department .field-name-body {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*
   * --- Staff ---
   */

  .node-type-staff-member .view-mode-full .field-type-image {
    float: none;
    margin: 0;
    padding-bottom: 15px;
  }

  .node-type-staff-member .view-mode-full .field-name-field-staff-quotes, .node-type-staff-member .view-mode-full .field-name-field-i-love {
    padding-top: 15px;
  }

  .node-type-staff-member .view-mode-full .field-name-field-staff-quotes p, .node-type-staff-member .view-mode-full .field-name-field-i-love p {
    margin: 0;
  }

  .node-type-staff-member .view-mode-full .field-name-field-staff-quotes .field-item, .node-type-staff-member .view-mode-full .field-name-field-i-love .field-item {
    margin: 1.5em 0;
  }

  .staffcv h3 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .staffcv div {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 961px) {
  .page-department-staff-search #content .view-mode-search_result,
  .page-search #content .view-mode-search_result {
    width: auto;
    display: flex;
  }

  .page-department-staff-search #content .view-mode-search_result p,
  .page-search #content .view-mode-search_result p {
    display: block;
  }

  .page-department-staff-search #content .view-mode-search_result h2,
  .page-search #content .view-mode-search_result h2 {
    font-size: 14px !important;
  }

  .page-department-staff-search #content .view-mode-search_result .field-type-image img,
  .page-search #content .view-mode-search_result .field-type-image img {
    width: 158px;
  }

  .page-department-staff-search #content .view-mode-search_result .group-left,
  .page-search #content .view-mode-search_result .group-left {
    max-width: 158px;
    min-width: 158px;
    width: 158px;
    max-width: 158px;
    margin: 0 20px 20px 0;
  }
}