
/* SWIPER
================================================== */
.swiper {
  grid-column: span 9;
  z-index: 0 !important;
  width: 100%;
  z-index: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}

.swiper-slide {
  background-color: #ddd;
  text-align: center;
  line-height: 300px;
  font-size: 20px;
  color: #333;
  width: 50%;
  margin-right: 0px !important;
  transition: width 0.3s ease;
}

.swiper-slide-active {
  width: 500px;
  color: #fff;
}
.scrolling-exhibtion.acter .exhibition-gallery{
  opacity: 0;
}
.scrolling-exhibtion.acter .related-exhibitions{
    opacity: 0;
}
.scrolling-exhibtion.acter .press-section{
  opacity: 0;
}
.scrolling-exhibtion.acter .exhibtion-information{
  opacity: 0;
}
.scrolling-exhibtion.acter .ccover-artist{
  opacity: 0;
}


.swiper-button-prev,
.swiper-button-next {
  font-size: 20px;
}
