.event-installation {
  padding-top: 44px;
  padding-bottom: 44px;
  background: #f9f9f9;
}
@media only screen and (min-width: 992px) {
  .event-installation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.event-installation .event-installation-images {
  margin: 32px 0 0;
}
@media only screen and (min-width: 992px) {
  .event-installation .event-installation-images {
    margin: 40px 0 0;
  }
}
.event-installation .event-installation-images-swiper .swiper-slide {
  position: relative;
  width: auto;
  height: 200px;
}
@media only screen and (min-width: 992px) {
  .event-installation .event-installation-images-swiper .swiper-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 1399.98px) {
  .event-installation .event-installation-images-swiper .swiper-slide {
    height: 530px;
  }
}
.event-installation .event-installation-images-swiper video {
  display: block;
  width: auto;
  height: 200px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .event-installation .event-installation-images-swiper video {
    height: 350px;
  }
}
@media only screen and (min-width: 1399.98px) {
  .event-installation .event-installation-images-swiper video {
    height: 530px;
  }
}
.event-installation .event-installation-images-swiper img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .event-installation .event-installation-images-swiper img {
    height: 350px;
  }
}
@media only screen and (min-width: 1399.98px) {
  .event-installation .event-installation-images-swiper img {
    height: 530px;
  }
}
