/* Core Container */
#swiperBellatrix {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Core Slide */
#swiperBellatrix .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Core Image */
#swiperBellatrix .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  display: block;
}

/* XS & SM */
@media (max-width: 768px) {
  #swiperBellatrix {
    aspect-ratio: 16 / 5;
    max-height: 420px;
  }
  #swiperBellatrix .swiper-slide img {
    aspect-ratio: 16 / 5;
    max-height: 420px;
  }
}

/* MD–LG */
@media (min-width: 769px) and (max-width: 1199.98px) {
  #swiperBellatrix {
    aspect-ratio: 16 / 6.5;
    max-height: 800px;
  }
  #swiperBellatrix .swiper-slide img {
    aspect-ratio: 16 / 6.5;
    max-height: 800px;
  }
}

/* XXL */
@media (min-width: 1400px) {
  #swiperBellatrix,
  #swiperBellatrix .swiper-slide,
  #swiperBellatrix .swiper-slide img {
    width: 100vw;
    max-width: 100vw;
    aspect-ratio: 16 / 7.33;
    max-height: 880px;
  }
}
