.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide__slide {
  opacity: 1 !important;
  transition: linear !important;
}

.glide__slide--active {
  opacity: 1 !important;
  filter: none !important;
}
/* 
.glide__slide img {
  max-height: 20% !important;
  max-width: 20% !important;
} */