#testimonials-secondary .secondary-tools,
#testimonials-secondary .width-limiter {
    position: relative;
}
#testimonials-secondary #nn-reviews {
    text-align: center;
}
#testimonials-secondary .width-limiter::before {
    content: '';
    position: absolute;
    background-image: url("/assets/templates/main/images/reviews3-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.sidebar-right #testimonials-secondary .secondary-tools {
    width: 90%;
    margin: 160px auto 0 auto;
}
.sidebar-right #testimonials-secondary .width-limiter::before {
    width: 100%;
    height: 100%;
    max-height: 250px;
    left: 50%;
    top: -160px;
    transform: translateX(-50%);
}

@media all and (min-width: 801px) {
    #testimonials-secondary .secondary-tools {
        width: calc(50% - 20px);
        margin: 0 0 0 auto;
    }
    #testimonials-secondary .width-limiter {
        position: relative;
    }
    #testimonials-secondary .width-limiter::before {
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
    }
}
@media all and (max-width: 800px) {
    #testimonials-secondary .secondary-tools {
        width: 90%;
        margin: 160px auto 0 auto;
    }
    #testimonials-secondary .width-limiter::before {
        width: 100%;
        height: 100%;
        max-height: 250px;
        left: 50%;
        top: -160px;
        transform: translateX(-50%);
    }
}