.galeria {
    background-color: #000;
    position: relative;
}

.galeria__img {
    width: auto;
    display: block;
    max-height: 430px;
}

.glide__slides {
    align-items: center;
}

.glide__slide {
    width: auto !important;
}

.glide__arrow {
    height: 100%;
    font-size: 70px;
    width: 8%;
    border: none;
}

.glide__arrow i {
    color: #fff;
}

.glide__arrow--left {
    left: 0;
    background: linear-gradient(to left, rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 100%);
}

.glide__arrow--right {
    right: 0;
    background: linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0.6) 100%);
	/*background: linear-gradient(to right, rgba(0,0,0,0.1) 0, rgba(0,0,0,1) 100%);*/
}

.chocolat-image {
    cursor: zoom-in;
}

.chocolat-overlay {
    background-color: #212121;
    opacity: 1;
}

.chocolat-pagination, .chocolat-description, .chocolat-set-title {
    color: #fff;
}

.chocolat-open {
    overflow: unset;
    overflow-y: visible;
}

@media (max-width: 720px) {
    .glide__arrow {
        width: 20%;
    }
   
   .glide__arrow {
          background: transparent !important;
          box-shadow: unset !important;
    }	
}




/* splide */

.splide--draggable>.splide__track>.splide__list>.splide__slide{display: flex; justify-content: center;}

.splide__slide img{max-width: 100%; max-height: 100%;}

button.splide__arrow{
  width: 2.5em;
  height: 2.5em;
  background: #ccccccab;
}