@media (max-width: 786px) {
  .content-container {
    .swiper-button-prev, .swiper-button-next {
      display: none;
    }

    .swiper#small {
      width: 100%;
      height: 60vh;
    }
  }
}