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;
    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 {
    width: 100%;
    text-align: center;
    margin: 20px  0px 5px;
    color: rgb(16, 18, 18);
    transition: all 0.4s ease 0s;
    font-size: 20px;
    text-decoration: none;
}

.team_position {
    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: 14px;
}