.lm-banner-v1{
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;

    align-items: flex-end;
    padding-bottom: 3rem;
    height: 50vh;
    max-height: 350px;

    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
.lm-banner-v1::before{
    content: '';
    background: var(--overlay-noir-50,rgba(0,0,0,0.5));
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.lm-banner-v1 > .container{
    z-index: 10;
}
.lm-banner-v1 h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: .7rem;
    text-shadow: 0 0 7px #0000008a;
}