.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: black;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  border: 0;
  /*box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);*/
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  opacity: .5;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  opacity: 1;
}
.glide__arrow--left {
  left: 2em;
  background-image: url("../../../../img/lightbox/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px;
  will-change: transform;
  font-size: 4rem;
  filter: invert(1);
  left: 20px;
  height: 80px;
  width: 80px;
}
.glide__arrow--right {
  right: 2em;
  background-image: url("../../../../img/lightbox/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    will-change: transform;
    font-size: 4rem;
    filter: invert(1);
    right: 20px;
    height: 80px;
    width: 80px;
    transform: scalex(-1);
    margin-top: -40px;
}
.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  justify-content: center;
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}

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

/*# sourceMappingURL=glide.theme.css.map */

/*# my edits */

/*#exhibition_slider img {
  opacity: 20%;
  transition: opacity 150ms ease, border 100ms ease-in-out;
}

.glide__slide--active img {
  opacity: 100%!important;
  transition: opacity 150ms ease, border 100ms ease-in-out;
}
*/

#exhibition_slider .glide {
  overflow-x: hidden;
  margin: 0 auto;
}

#exhibition_slider .glide__track{
  margin: 0 auto;
  max-width: 55vw;
  overflow: visible;
  margin-bottom: 60px;
}
#exhibition_slider .glide li {
margin: 0 auto;
max-width: 55vw;
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 3 / 2!important;
padding: 0 80px;
}

#exhibition_slider.hero .glide li{
padding: 20px;
max-width: 60vw;
}

#exhibition_slider.hero .glide__track{
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 60vw;
}
@media only screen and (max-width: 1280px) {
  #exhibition_slider .glide__track,  #exhibition_slider .glide li {
  max-width: 80vw;
}

#exhibition_slider .glide li {
  padding: 0 10px;
}
}


@media only screen and (max-width: 1560px) {

#exhibition_slider.hero .glide li{
max-width: 100vw;
}
#exhibition_slider.hero .glide__track{
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 100vw;
}
}


@media only screen and (max-width: 1024px) {
.glide__arrow {
  display: none;
}
}

@media only screen and (max-width: 1100px) {

}

#exhibition_slider .glide__bullets {
position: absolute;
z-index: 2;
bottom: 2em;
list-style: none;
display: block;
}

#exhibition_slider .glide__bullet {
background-color: lightgray;
width: 9px;
height: 9px;
padding: 0;
border-radius: 50%;
border: 2px solid transparent;
transition: all 300ms ease-in-out;
cursor: pointer;
line-height: 0;
box-shadow: none;
margin: 0 0.25em;
}
#exhibition_slider .glide__bullet:focus {
outline: none;
}
#exhibition_slider .glide__bullet:hover, .glide__bullet:focus {
border: 2px solid black;
background-color: black;
}
#exhibition_slider .glide__bullet--active {
background-color: black;
}


.glide__slide.vertical_slide img {
  height: 90%;
 aspect-ratio: 2 / 3;
}