.hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-prev,
.hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    background: transparent;
    border: 0;
    padding: 0.25rem;
    cursor: pointer;
}
.hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-prev { left: -60px !important; }
.hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-next { right: -60px !important; }

@media screen and (max-width: 860px) {
    .hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-prev { left: 12px !important; }
    .hg-reviews-slider-block .section-testimonials .testimonials .js-hg-reviews-slider .hg-slider-fallback-next { right: 12px !important; }
}
