@media screen and (max-width: 992px) and (orientation: landscape), (max-width: 767px) {
    .slick-arrows-wrapper {
        display: none !important;
    }
}