
.carousel-cell img {
    width: 100%;
    opacity: 0.3;
}
.is-selected img {
    opacity: 1;
    height: 100%;
}
/* reset ul */
ul.carousel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* reset ul */
ul.carousel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.zoom_btn {
  background: white;
  padding: 10px 45px 10px 15px;
  font-size: 25px;
  position: absolute;
  bottom: 10px;
  left: 10px
}
/* style for active slide */
.carousel-cell.is-selected {
    opacity: 1;
    z-index: 999;
}
li.carousel-cell.is-selected {
    background: none;
    height: 100%;
    margin-top: 0;
    padding: 0 15px;
}
.carousel-cell {
    width: 45%;
    position: relative;
    background-color: black;
    margin-top: 40px;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 400px !important;
}