.li-widgets--project-gallery .swiper-pagination {
    position: relative; bottom: 0; padding: 10px 0;
}

.li-widgets--project-gallery .swiper-pagination-bullet {
    margin: 0 10px !important; width: 11px; height: 11px; background: #7c150b; opacity: .4; transform: opacity .4s;
}

.li-widgets--project-gallery .swiper-pagination-bullet-active {
    background: var(--e-global-color-accent); opacity: 1;
}

.li-widgets--project-gallery .swiper-slide img,
.li-widgets--project-gallery .swiper-slide video {
    height: 800px;
    width: 100%;
    object-fit: cover !important;
}

@media (min-width: 768px) and  (max-width: 1024px) {
    .li-widgets--project-gallery .swiper-slide img,
    .li-widgets--project-gallery .swiper-slide video {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .li-widgets--project-gallery .swiper-slide img,
    .li-widgets--project-gallery .swiper-slide video {
        height: 220px !important;
        max-height: 220px !important;
    }
}
