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

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

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

.el-touchgallery-content,
.el-touchgallery-content-item,
.el-touchgallery-content .bh-swiper {
    height: var(--content-height) !important;
}

.el-touchgallery-content-item {
    width: 100%;
    height: var(--content-height) !important;
}

.el-touchgallery-content-item > .bhElementInner,
.el-touchgallery-content-item > .bhElementInner > .bhBackgroundImage {
    height: var(--content-height) !important;
}

.el-touchgallery-content-item > .bhElementInner > .bhBackgroundImage {
    box-sizing: border-box;
    padding: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Editing */
.bhe-state-editing .el-touchgallery-content .swiper-container {
    overflow: visible;
}
.bhe-state-editing .el-touchgallery-content .bh-swiper > .swiper-pagination {
    z-index: 0;
}
