	/*lg*/
  @media screen and (min-width:1000px) {
    #people-gallery .row .col.fourth {
      width: 32%;
      margin-left: calc(4%/2) !important;
    }
    #people-gallery .row .col:nth-child(3n+1) {
      margin-left: 0 !important;
    }
  }
  /*md*/
  @media screen and (min-width:768px) and (max-width:999px) {
    #people-gallery .row .col.fourth {
      width: 49%;
      margin-left: 2% !important;
    }
    #people-gallery .row .col:nth-child(2n+1) {
      margin-left: 0 !important;
    }
  }
  @media screen and (max-width:767px) {
    #people-gallery .row .col.fourth {
      width: 100%;
      margin-left: 0% !important;
    }
  }
  .box-title h4,
  .box-title {
    text-align: left;
  }
  .ppl-box .box-img {
    position: relative;
    overflow: hidden;
  }
  .ppl-box .box-img img {
    transition: all linear .5s;
  }
  .ppl-box .box-img img,
  .ppl-box .pros p {
    margin-top: 0px !important;
  }
  .ppl-box:hover .box-img .head-shot {
    overflow: hidden;
  }
  .ppl-box .box-img .view-bio:hover img.ratio {
    transform: scale(1.2);
  }
  /*.ppl-box:hover .pros{
      margin-top:-95px;
    }*/
  a.titles {
    color: #000 !important;
    font-size: 20px;
    padding-bottom: 2px;
    font: bold 18px/1.3em Arial, sans-serif;
    text-transform: uppercase;
  }
  a.titles:hover {
    color: #faaa1a !important;
  }
  .pgn-right li.page-item a:hover {
    background: #999;
    color: #000 !important;
  }
  div#people-gallery .row {
    display: block;
  }
  #content .content-right {
    width: 78%;
    float: none;
    padding: 40px 0;
    margin: 0 auto;
  }
  .fourth .ppl-box .pros {
    /*position: absolute;*/
    width: 100%;
  }
  .fourth .ppl-box .pros .title {
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    /* margin-top: 15px; */
    text-align: left;
    padding-bottom: 0px;
    font-size: 16px;
  }
  /* .fourth .ppl-box .pros .title:hover{
      color: var(--color);
    } */
  .fourth .ppl-box .pros a:hover .title {
    color: var(--color);
  }
  .fourth .ppl-box .pros .description {
    text-align: left;
    color: #666;
    display: block;
    width: auto;
    height: 36px;
    line-height: 36px;
    border-top: 1px dotted rgba(255, 255, 255, .3);
    /*padding-top: 8px;*/
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 0px;
  }
  .col.fourth .ppl-box .box-img .butt {
    padding: 6px 3px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: none;
    position: absolute;
    top: -60px;
    right: 20px;
    z-index: 20;
    transition: all linear .5s;
  }
  .col.fourth .ppl-box:hover .box-img .butt {
    top: 20px;
  }
  .col.fourth .ppl-box .box-img .butt img {
    width: 80%;
    margin: 0 auto;
  }