.center .slick-center img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

.slick-slide img {
  opacity: 0.8;
  transform: scale(1);
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
  transition: all 0.3s ease, opacity 0.3s ease;
}

.slick-slide {
  margin: 0 10px;
  cursor: pointer;
}

.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
