/**
START SHORTCODE
*/
.edit-post-visual-editor ul.glide__block-ul, .edit-post-visual-editor ol.glide__block-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pds__ba-slide {
    padding: 0 9.9%;
}

.arr-ba {
    margin: auto;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 44px;
    background: #EFCBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}

.glide-slider-block .glide__slide img {
    width: 100%;
}

.arr-ba:hover {
    background: #f6dbcf;
}

.arr-ba-left-block {
    left: 0;
}

.arr-ba-right-block {
    right: 0;
}