/* Introduction Images Equal Sizing - Custom */
.wg-introduction .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 800px !important;
  width: 100% !important;
  overflow: hidden !important;
}

.wg-introduction .swiper-slide img,
.wg-introduction .swiper-slide .img {
  width: 100% !important;
  height: 800px !important;
  min-height: 500px !important;
  max-height: 800px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}
