div#block-views-block-hidden-team-block-1 .team_pop {
    display: none;
}
.team_pop {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    transition: opacity .15s linear;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.75rem;
    min-height: calc(100% - (1.75rem * 2));
    
}

.team_po-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    padding: 1rem 1.5rem;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: 0 auto;
    max-width: 650px;
}
span.close {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: rgb(255, 255, 255);
    background: #a7a7a4;
    z-index: 2;
    opacity: 1;
    text-shadow: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.close:hover {
    cursor: pointer;
}
/* .team-image img {
    max-width: 100%;
} */
.team_po-main h3 {
    display:none;
 /*   width: 100%;
    text-align: left;
    margin: 20px  0px 5px;
    color: rgb(16, 18, 18);
    transition: all 0.4s ease 0s;
    font-size: 22px;
    text-decoration: none; */
}

.team_position {
    display:none;
/*    color: rgb(16, 18, 18);
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
*/
}
.team_pop .team_position {
    text-align: center;
    margin: 0 0 10px 0;
}
.team_desc {
    font-size: 18px;
}
.team_desc p {margin-bottom:18px; font-size:18px;}
.staff_name {font-weight:bold; font-size:24px;}
.team_desc h4 {margin:0px 0px 6px; font-size:18px;}
.staff_img {margin:4px 20px 8px 0px; float:left;}
.staff_img img {width:250px; border:1px solid #dddddd;}

@media only screen and (max-width: 600px) {
  .staff_img {
    float:none;
    width:100%;
  }
}