.glide {
    text-align: center;
}

.glide ul {
    margin: 0;
}

.glide__arrow {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 50%;
    z-index: 2;
    color: white;
    height: 22px;
    width: 22px; /*34*/
    padding: 0;
    border: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    opacity: 1;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 12px; /*18*/
}

.glide__slide {
    align-items: center;
}

.glide__arrow--left {
    left: 5%
}

.glide__arrow--right {
    right: 5%
}

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

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

ul.glide__slides {
    list-style: none;
    padding: 0;
}