.cj-home-banner {
    width: 100%;
    overflow: hidden;
    background: #071525;
}

.cj-home-banner .swiper {
    width: 100%;
}

.cj-home-banner .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.cj-home-banner .swiper-slide,
.cj-home-banner picture,
.cj-home-banner__link {
    display: block;
    width: 100%;
}

.cj-home-banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 700;
    object-fit: cover;
}

.cj-home-banner .swiper-button-prev,
.cj-home-banner .swiper-button-next {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(7, 21, 37, .72);
    color: #fff;
}

.cj-home-banner .swiper-button-prev::after,
.cj-home-banner .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

.cj-home-banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: .58;
}

.cj-home-banner .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .cj-home-banner img {
        aspect-ratio: 750 / 380;
    }

    .cj-home-banner .swiper-button-prev,
    .cj-home-banner .swiper-button-next {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cj-home-banner .swiper-wrapper {
        transition-duration: 0ms !important;
    }
}
