body.home .home_banners--slick .banner__item > .phbr-picture {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    background: #150b6e;
}

body.home .home_banners--slick .banner__item > .phbr-picture > .phbr-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: contain !important;
    object-position: 50% 50% !important;
}

@media (max-width: 575.98px) {
    body.home .home_banners--slick .banner__item > .phbr-picture {
        height: clamp(210px, 56.25vw, 235px) !important;
    }

    body.home .home_banners--slick .banner__item > .phbr-picture > .phbr-image {
        height: 100% !important;
        object-fit: cover !important;
        object-position: 50% 50% !important;
    }
}
