.ww-slider__item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 800 / 800;
}

.ww-slider .owl-nav.disabled + .owl-dots {
    position: relative !important;
    margin-top: -28px !important;
}

@media screen and (min-width: 768px) {
    .ww-slider__item img {
        aspect-ratio: 2400 / 900;
        /*aspect-ratio: 1440/ 543;*/
    }
}

@media screen and (max-width: 767px) {
    .ww-slider__item img {
        aspect-ratio: initial;
        height: 240px;
    }
}