
.owl-item > div {
  cursor: pointer;
  margin: 20% 10%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: -10px;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}
.carousel-center{
	margin-top: 20px;
}