#persons {
    position: relative;
    width   : 1000px;
    margin  : 0 auto
}

#persons .swiper-slide {
    width : 620px;
    height: 320px;
}

#persons .swiper-slide img {
    width     : 100%;
    height    : 100%;
    overflow  : hidden;
    object-fit: cover;
}

#persons .swiper-button-prev {
    left         : -90px;
    top          : 45%;
    width        : 58px;
    height       : 58px;
    background   : #e7eeeb99;
    border-radius: 50%;
}

#persons .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size    : 100%
}

#persons .swiper-button-next {
    right        : -90px;
    top          : 45%;
    width        : 58px;
    height       : 58px;
    background   : #e7eeeb99;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size  : 22px;
    font-weight: bold;
    color      : #fff;
}

#persons .swiper-button-prev:hover,
#persons .swiper-button-next:hover {
    background: #030a0794;
}
