.slide-items {
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  margin: 0 auto;
}

.slide-item-img {
  width: 85%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  height: 150px;
}

@media screen and (min-width: 900px) {
  .slide-item-img {
    width: 150px;
  }
}