
.people-section {
    height: 200px;
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    transform: translate3d(0,0,0);
}

.people-section-block {
    display: inline-block;
}

.people-card-block {
    position: relative;
    top: 0;
    width: 120px;
}

.people-card-link {
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 8px;
    margin-left: 1px;
    overflow: hidden;
    position: relative;
    top: 2px;
    transform-origin: top left;
    vertical-align: middle;
}

.people-card-img-block {
    height: 120px;
    overflow: hidden;
    transform-origin: top left;
    width: 120px;
}

.people-card-photo-img {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    background-position: center 30%;
    background-size: cover;
}

.people-card-photo-img img {
    border-radius: 2px 2px 0 0;
}

.people-card-info-block {
    color: #222;
    font-size: 14px;
    height: 50px;
    line-height: 18px;
    width: 120px;
}

.people-card-info {
    padding: 8px 16px 5px 16px;
}

.people-card-info-title {
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.people-section-button-back {
    left: 20px;
}

.people-section-button-next {
    right: 20px;
}

.people-section-button-back,
.people-section-button-next {
    top: -40px;
    height: 48px;
    width: 48px;
    opacity: 0.9;
    cursor: pointer;
    position: absolute;
    display: block;
    visibility: inherit;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    outline: none;
    user-select: none;
}

.people-section-button-block {
    box-shadow: 0 7px 15px rgba(0,0,0,.2);
    cursor: pointer;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: block;
    position: relative;
    border: 1px solid #dfe1e5;
    z-index: 0;
}

.people-section-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    fill: currentColor;
}