.el-touchgallery .bh-image-background {
    background-position: center center;
    background-size: cover;
}

.el-touchgallery .swiper-pagination-bullet-active {
    transform: scale(1.8);
}

.el-touchgallery
    .swiper-container-horizontal
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet {
    transition: 0.4s ease all;
    margin-left: 5px;
    margin-right: 5px;
}

.el-touchgallery-element-inner {
    min-height: var(--content-height);
}
