/* .owl-carousel img{
  width: 9.5rem !important; 
} */

.active::after{
  content: none;
}

.owl-stage{
  margin: 2rem 0;
}

.owl-item{
  transform: scale(1.0);
  transition: transform 2.5s;
}

.center{
  transform: scale(1.3) !important;
  /*box-shadow: 0px 0px 5rem 10px black;*/
}


@media screen and (max-width: 440px) and (orientation: portrait) {
  .center{
    transform: scale(0.9) !important;
  }
}