picture.slide__image
{
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.maxwidth-banner .slides .item .maxwidth-theme {z-index: 1;}
.banners-big .maxwidth-banner .slides .item .title>filled
,.banners-big .maxwidth-banner .slides .item .text-block>filled
{
    color: #496A5F;
    background: rgb(255 255 255 / 85%);
    display: inline-block;
    padding: 2px 5px;
}
.banners-big .maxwidth-banner .slides .item filled span
{
    color: inherit!important;
    background: inherit!important;
}
@media (min-width: 480px){
    picture.slide__image > img
    {
    	min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
}