@media print {
  /* print styles go here */
  @media (min-width: 375px) {
  .carousel-items {
    display: inline-block;
    width: 5%;
  }

 }
}

