@charset "utf-8";
.swiper-container {
  width: 100%;
  height: auto;
  max-height: 600px;
}
.swiper-container img{
	width: auto;
	height: auto;
	max-height: 470px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.brand-img{max-width: 160px!important;max-height: 90px!important;object-fit: contain!important;width: 90%!important}