.block9-1 .employee {
    height: 460px;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}
.block9-1 .employee-cover {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.block9-1 .employee:hover .employee-cover {
    display: block;
}
.block9-1 .employee-info {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block9-1 .employee:hover .employee-info {
    background: transparent;
}
.block9-1 .employee-info-top {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;
}
.block9-1 .employee-info-top > div {
    width: 100%;
}
.block9-1 .employee-info-bottom {
    display: none;
}
.block9-1 .employee:hover .employee-info-top {
    height: auto;
    display: block;
}
.block9-1 .employee:hover .employee-info-bottom {
    display: block;
}

.block9-1 .employee-post {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    opacity: .7;
    text-align: center;
}
.block9-1 .employee-name {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}
.block9-1 .employee-desc {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 7px;
}
.block9-1 .employee-props {
    margin-top: 14px;
}
.block9-1 .employee-prop {
    margin-top: 6px;
}
.block9-1 .employee-prop:first-child {
    margin-top: 0;
}
.block9-1 .employee-prop-name {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    opacity: .7;
    margin-top: 3px;
}
.block9-1 .employee-prop-value {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    display: block;
}

.block9-1 .employee-socials {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}
.block9-1 .employee-socials a {
    width: 19px;
    height: 19px;
    position: relative;
    color: #ffffff;
    opacity: .5;
    margin: 0 10px;
}
.block9-1 .employee-socials a:hover {
    opacity: 1;
}
.block9-1 .employee-socials a > svg {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
