.custom-next-cut,
.custom-prev-cut {
    position: absolute;
    left: 0;
    top: -108px;
    z-index: 96;
}
.custom-next-cut {
    left: 0px;
}
.custom-prev-cut {
    left: 0px;
}
/* Ensure all logo images fit nicely inside */
.cutting-logo-slider .swiper-slide img {
    padding-left: 20px;
}

@media(max-width: 767px){
    .custom-next-cut,
    .custom-prev-cut {
        width: 25px;
        height: 25px;
    }
    .custom-next-cut, .custom-prev-cut {
        top: -87px;
    }
    .custom-next-cut {
        left: 20px;
        transform: rotate(-180deg);
    }
    .custom-prev-cut {
        left: 62px;
        transform: rotate(-180deg);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-next-cut, .custom-prev-cut {
        top: -96px;
    }
    .custom-next-cut {
        left: 40px;
        transform: rotate(-180deg);
    }
    .custom-prev-cut {
        left: 96px;
        transform: rotate(-180deg);
    }
}