.simple-image-banner-container {
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.simple-image-banner-overlay {
    width: 100%;
    height: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.15) 100%); */
}


.simple-image-banner-content {
    max-width: 55%;
    margin: 0;
    padding: 45px 0;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: 'Unna', serif;
    font-size: calc(24px + 2vw);
    line-height: calc(30px + 2vw);
    letter-spacing: 1px;
    text-shadow: 0 0 3px #00000005, 0 0 7px #00000005;
}