.path-style {
    display: flex;
    background-color: black;
    opacity: .8;
    color: white;
    width: 100%;
    padding-left: 30px;
    bottom: -45vh;
    position: relative;
    margin: auto;
    padding-bottom: 0.5em;
    padding-top: 0.8em;
}

.path-style > .text-context:before {
    background-color: #fff;
}