.navigation::after {
    content: "";
    box-sizing: content-box;
    position: absolute;
    left: -500px;
    right: -500px;
    height: 100%;
    background-color: #000;
    z-index: -1
}
