.list-type-block.item-views .item > .image{
    float: none !important;
}
.list-type-block.item-views .item .image + .body-info {
 padding-left: 0 !important;
}

.b-staff-carousel {
    padding: 0 60px;
}

.b-staff-carousel .owl-next, .b-staff-carousel .owl-prev{
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    margin-top: -110px;
    box-sizing: border-box;
    height: 42px;
    width: 42px;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid !important;
}
.b-staff-carousel:hover .owl-next, .b-staff-carousel:hover .owl-prev{
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    .b-staff-carousel {
        padding: 0;
    }
    .b-staff-carousel .owl-next, .b-staff-carousel .owl-prev {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .b-staff-carousel .owl-prev{
        left: 5px !important;
    }

    .b-staff-carousel .owl-next{
        right: 5px !important;
    }
}

.b-staff-carousel:hover .owl-prev{
    left: 20px;
}

.b-staff-carousel:hover .owl-next{
    right: 20px;
}


.b-staff-carousel {
    position: relative;
    display: inline-flex;
}

.b-staff-carousel .owl-nav {

}

.b-staff-carousel .owl-prev {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_large.svg) 14px 12px no-repeat #fff !important;
    left: -45px;
}
.b-staff-carousel .owl-prev:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_left_white_large.svg) 14px 12px no-repeat #474a51 !important;
}


.b-staff-carousel .owl-next {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_large.svg) 17px 12px no-repeat #fff !important;
    right: -45px;
}
.b-staff-carousel .owl-next:hover {
    background: url(/local/templates/aspro-allcorp2/images/svg/Arrow_right_white_large.svg) 17px 12px no-repeat #474a51 !important;
}

.b-staff-carousel {
    position: relative;
}
.staff.item-views.list .item {
    margin: 0px 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-staff-carousel .body-info {
    margin-left: 20px;
}
 @media (max-width: 768px) {
     .list-type-block.item-views .item .image+.body-info .title {
         text-align: left !important;
     }
     .list-type-block.item-views.staff .item:not(.wti) .body-info {
         padding-left: 0!important;
         padding-right: 0!important;
     }
     .list-type-block.item-views.staff .item .image:not(.pagging){
         margin-bottom: 0 !important;
         padding-bottom: 0 !important;
     }
 }
