.editorial-visual {
    position: relative;
    overflow: hidden;
    background: #020b17;
}

.editorial-visual picture,
.editorial-visual img {
    display: block;
    width: 100%;
    height: 100%;
}

.editorial-visual img {
    object-fit: cover;
    object-position: center;
}

.editorial-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(4, 17, 31, .05), rgba(4, 17, 31, .16)),
        radial-gradient(circle at 50% 48%, transparent 48%, rgba(2, 10, 20, .20) 100%);
    box-shadow: inset 0 0 0 1px rgba(173, 199, 255, .08);
}
