
.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.owl-carousel .item img {
  max-width: 100%;
  max-height: 80px; 
  width: auto;
  height: auto;
  display: block;
}

.owl-carousel .owl-item {
  height: 120px;
}

#owl-demo.owl-carousel .owl-item{
  float: left;     
  height: 160px;   
}

#owl-demo.owl-carousel .owl-item .item{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#owl-demo.owl-carousel .owl-item .item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 90%);
  height: 110px;
}

#owl-demo.owl-carousel .owl-item .item img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}


