.mod-slider-home .item-0 .name.h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
}

/* Слайд 1 (item-0) */
.mod-slider-home .item-0 .image img {
    max-width: 150%;	/* ширина не больше родительского блока */
    max-height: 3400px;	/* ограничить высоту, подберите своё значение */
    width: auto;
    height: auto;
    object-fit: contain;	/* чтобы картинка целиком помещалась без обрезки */
}

/* Слайд 2 (item-1) */
.mod-slider-home .item-1 .image img {
    max-width: 140%;
    max-height: 2900px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Слайд 3 (item-2) */
.mod-slider-home .item-2 .image img {
    max-width: 100%;
    max-height: 630px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Слайд 4 (item-3) */
.mod-slider-home .item-3 .image img {
    max-width: 100%;
    max-height: 625px;
    width: auto;
    height: auto;
    object-fit: contain;
}