#news_bottom_banner {
    margin-bottom: 30px;
}
#news_list_banner {
    padding: 0;
}
#news_list_banner:empty {
    display: none;
}
#news_list_banner::after {
    display: none;
}
#news_list_banner img {
    width: 100%;
    height: 100%;
}
.themes__wrapper .news-block.dyn-news-banner {
    grid-row: span 2;
}
@media screen and (max-width: 500px) {
    #news_bottom_banner img {
        width: 100%;
    }
}