.img-container-brnd{
	width: 26.6875em;
  height: 33.75em;
  border: solid 0 #fff;
  display: block;
  margin-left: auto;
	margin-right: auto;
}

.owl-item-brnd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.brands-group{
	height: auto;
	display: block;
}

.name-container-brnd{
	font-size: 1.6875em;
	line-height: 1em;
	margin-top: 1.74074em;
	text-align: center;
  text-transform: uppercase;
}
.name-container-brnd a:hover,.name-container-brnd a:active,.name-container-brnd a:focus{
  text-decoration: none;
  color: black;
}
.name-container-brnd a{
  color: black;
  text-decoration: none;
}
.name-container-brnd.odd a{
    color: #ba8b48;
}

.brands-list .owl-item-brnd {
  /*transition: transform 0.6s ease, opacity 0.6s ease;*/
  transition: transform 0.6s ease;
}

.brands-list .owl-item-brnd.animate-in {
  transform: scale(1);
}

.brands-list .owl-item-brnd.animate-out {
  transform: scale(0.9);
}