#atf-brand-area.atf-section-padding {
	padding: 60px 0;
}

#atf-brand-area .owl-controls {
	display: none;
}

.atf-brand-active > a {
  display: inline-block;
}
.atf-brand-overlay img{
	width: 150px;
}

#atf-brand-area .owl-stage{
  display: flex;
}

#atf-brand-area .owl-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px){
#atf-brand-area.atf-section-padding {
	padding: 50px 0;
}
}