/* Стили для сохранения естественной формы изображений в слайдере */
.banner__slide-image {
    object-fit: contain !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

/* Убираем жесткие ограничения для wrapper */
.banner__slide-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__slide-image-wrapper img,
.banner__slide-image-wrapper .banner__slide-image {
    object-fit: contain !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    aspect-ratio: auto !important;
}
