@media screen and (min-width: 768px) {
    .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: 100% !important;
    }
    slider-component button.slider-button {
        display: none !important;
    }
}