.overlay-headerimage {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    /*border: 1px solid #952C58;
    background: rgba(255,255,255,0.85);  */

    transform: translateX(-50%);

    min-width: 600px;
    text-align: center;
    border-radius: 15px;
    padding: 4px 5px;
    font-style: italic;
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.overlay-headerimage h1, .overlay-headerimage h2 {
    margin: 0;
    font-family: "Share";
    font-size: 1.6rem;
    color: #952C58;
    line-height: 1.5;
    font-weight: 500;

}

@media (max-width: 600px) {
    .overlay-headerimage h1 {
        font-size: 1.4rem;
    }

}