section.headerimage {
    position: relative;
    top: -145px;
    margin: 0 0 -133px 0;
    padding: 0;
    z-index: -1;
}

.headerimage figure {
    margin: 0;
    position: relative;
}
.headerimage figure figcaption {
    font-size: 0.8em;
    padding: 2px;
}

.headerimage .overlay {
   position: absolute;
   top: 50%; 
    left: 50%; 
    width: 100%;
    transform: translate(-50%, -4%);
}
.headerimage .overlay p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9em;
}
.headerimage .overlay span {
    font-family: var(--secondary-font-family);
    font-weight: 900;
    color: var(--color-text);
    font-size: 1.2em;
    line-height: 1.55em;
    text-transform: uppercase;
    background-color: var(--color-white);
    padding: 3px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-align: center;
}

@media (min-width: 576px) {
    .headerimage .overlay span {
    font-size: 1.4em;
    }
    .headerimage .overlay p {
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .headerimage .overlay span {
    font-size: 1.8em;
    line-height: 1.45em;
    }

}
@media (min-width: 992px) {
    .headerimage .overlay span {
    font-size: 2.2em;
    line-height: 1.4em;
    }
}
@media (min-width: 1200px) {
    .headerimage .overlay span {
    font-size: 2.6em;
    line-height: 1.34em;
    }
}