.glide {
  position: relative;
  width: 80%;
  margin: 0;
  padding: 0;
}

/* Slideshow track */
.glide__track {
  width: 100%;
}

.glide__slides {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Individual slide */
.glide__slide {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Photo */
.glide__slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

/* Caption underneath the photo */
.glide-caption {
  width: 100%;
  padding: 10px 0 0 0;
  font-size: 1.4em !important;
  line-height: 1.5 !important;
  color: #333;
  text-align: left;
  font-style: italic !important;
}

/* Square indicators */

.glide__bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  border:none;
}

.glide__bullet {
  width: 38px;
  height: 25px;
  padding: 0;
  background: black;
  cursor: pointer;
  border:none;
}

.glide__bullet--active {
  background: var(--brick0);
  border:none;
}

.glide__bullet:hover {
  background: var(--link-hover);
  background: black;
  border:none;
}

/* Arrows positioned inside the top-left of the photo */
/*
.glide__arrows {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}

.glide__arrows {
  position: absolute;
  top: 8px;
  left: auto;
  right: 100%;
  margin-right: 8px;
  z-index: 10;
}

.glide__arrows {
  position: absolute;
  top: 8px;
  left: 100%;
  right: auto;
  margin-left: 8px;
  z-index: 10;
}
*/

  .glide__arrows {
  position: absolute;
    top: -45px;
    right: 0;
    left: auto;
    margin: 0;
  margin-left: 8px;
  z-index: 10;
  }

/* Arrow styling */
.glide__arrow {
  border: none;
  background: transparent;
  color: black;
  font-size: 30px;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
  /*text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);*/
}

/* Small space between the arrows */
.glide__arrow--left {
  margin-right: 2px;
}

.glide__arrow--right {
  margin-left: 0;
}

/* Hover effect */
.glide__arrow:hover {
  opacity: 0.7;
}

.glide__arrow:hover,
.glide__arrow:focus,
.glide__arrow:active {
  border: none;
  outline: none;
  box-shadow: none;
}


.glide__arrow {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.glide__arrow.arrow-highlight {
  opacity: 1;
  transform: scale(1.25);
  color: var(--link-hover);
}



@media (max-width: 900px) {
	/*
  .glide__arrows {
    top: 8px;
    left: 8px;
    right: auto;
    margin: 0;
  }

  .glide__arrows {
  position: absolute;
  top: -45px;
  left: 0;
  right: auto;
  margin: 0;
  z-index: 10;
}
  */

  .glide__arrows {
    top: -45px;
    right: 0;
    left: auto;
    margin: 0;
  }

  .glide__arrow {
     color:black;
   }

.glide-caption {
  width: 100%;
  padding: 5px 0 0 0;
  font-size: 1em !important;
  line-height: 1.2 !important;
  color: #333;
  text-align: left;
  font-style: italic !important;
}

.glide__bullet {
  width: 28px;
  height: 15px;
}

}
