@layer pages {
    .news__hero {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        overflow: hidden;
        object-fit: cover;
        border-radius: var(--radius);
    }
}
