/* CSS Document */
/* 1100px */
@media screen and (max-width: 68.75em) {
  .program-rows {
    /* banners */
    /* program list */
  }
  .program-rows .swiper .swiper-slide {
    flex-basis: 30%;
    margin-top: 60px;
  }
  .program-rows .swiper-program .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* gallery list */
  section.gallery-rows {
    padding: 0 20px 30px 20px;
    margin: 60px 30px;
  }
  section.gallery-rows .banner div.motive {
    height: 250px;
  }
}
