/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  display: none
}
/* demo galleries
------------------------- */
.gallery {
  background: none;
  counter-reset: gallery-cell;
}
.slider .gallery {
  margin-bottom: 0
}
.gallery-cell {
  width: 66%;
  height: 160px;
  margin: 10px 10px 0px 0px;
}
.gallery-cell img {
  width: 100%;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 5px;
}
.flickity-enabled .gallery-cell {
  margin-bottom: 0;
}
.gallery-cell:before, .gallery-cell__number {
  display: block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 160px;
  font-size: 80px;
  color: white;
}
.lglist1 .gallery-cell {
  width: 130px;
  height: 217px;
}
.lglist1 .gallery-cell img {
  height: 100%;
  width: 100%;
}
