.wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  /* Ensure the arrows are positioned relative to the slider */
}

.glide__slide {
  border: 0;
  line-height: 100px;
  margin: 0;
  text-align: center;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 18px;
  color: #555;
  transition: opacity 0.3s;
}

.glide__arrow:hover {
  background-color: rgba(255, 255, 255, .8);
}

.glide__arrow--prev {
  left: 0;
}

.glide__arrow--next {
  right: 0;
}

.glide__arrow i {
  font-size: 14px;
}

.common-home .glide {
  visibility: hidden;
}

.common-home .glide.visible {
  visibility: visible;
}