
.brands-slider .swiper-slide{
	height: auto !important;
	display: flex;
}
.brand-slide{
	display: flex;
	align-items: center;
  justify-content: center;
	width: 100%;
  height: 200px;
}


.brand-slide img{
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1025px){
  .brand-slide{
    height: 150px;
  }
}
@media screen and (max-width: 480px){
  .brand-slide{
    height: 60px;
  }
}
