.syncroit-brands-slider.horizontal {
	position: relative;
	width: 100%;
    margin-top: 30px;
}

.syncro-brands-slider {
	position: relative;
	overflow: hidden;
    margin-bottom: 0px !important;
}

.syncro-brands-slider .brand {
    float: none;
    display: inline-block !important;
	margin: 0px 30px;
    vertical-align: middle;
}

.syncro-brands-slider .brand img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.syncro-brands-slider .brand:focus {
    outline: none;
}

.syncro-brands-slider .brand img:focus {
    outline: none;
}

.syncro-product-brand {
    padding-top: 25px;
}

.syncro-product-brand img {
    margin: auto;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .brands-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
  .brands-container {
    margin: 30px 0px 0px 0px;
  }

  .syncro-brands-slider {
    margin-bottom: 0px !important;
  }

  .syncro-brands-slider .brand {
    margin: 0px 10px;
  }
}