.prev-next-nav {
    border-top: 1px solid rgba(0,0,0,.05);
    /*padding: 20px 20px 0;*/
    text-align: center;
    float: left;
    width: 100%
}

.vce-prev-next-link {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding: 0 10px
}

.vce-next-link,.vce-prev-link {
    position: relative;
    width: 354px;
    margin: 0 15px 20px 0;
    display: inline-block;
    vertical-align: top
}

.vce-next-link {
    margin: 0 0 20px
}

.vce-pn-ico {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.vce-pn-ico .fa {
    border: 5px solid rgba(255,255,255,.9);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: #FFF;
    height: 50px;
    width: 50px;
    padding: 10px;
    font-size: 35px;
    line-height: 37px;
    background: rgba(74,74,74,.5);
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.vce-pn-ico .fa-chevron-left:before {
    margin: 0 5px 0 0
}

.vce-pn-ico .fa-chevron-right:before {
    margin: 0 0 0 5px
}

.img-wrp {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.img-wrp img {
    max-height: 195px;
    width: 100%;
}

.img-wrp:hover{
    transform: scale(1.1);
}

.fa-chevron-right:before {
    content: "\f054";
}

img.rigth-ico{
    width: 25px;
    height: 35px;
}

@media (max-width: 1024px){
    .prev-next-nav{
        float: unset;
        padding-top: 80px;
    }
}

@media(max-width: 767px){
    .vce-next-link, .vce-prev-link{
        width: 100%;
    }
}