.glide__arrow--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  border: none;
}

.glide__arrow--left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  border: none;
}

.glide__arrow--left:hover{cursor: w-resize;}
.glide__arrow--right:hover{cursor: e-resize;}


.glide__slide--active{z-index: 1;}