.news-item__image{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    object-position: center;
    z-index: 3;
}

.actions .swiper-slide{
    aspect-ratio: 40/33;
    height: auto !important
}
.actions_list .news-item{
    height: 100% !important;
}