.imagehero {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border:15px solid #eecec1;
}
.imagehero img {
    width:100%;
    z-index: 1;
    display:block;
    filter: brightness(40%);
}
.imagehero div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000055;
    border:15px solid #eecec111;
    box-sizing: border-box;
    padding:0;
}
.imagehero h1 {
    position: absolute;
    top:0;
    font-size: 3rem;
    width: fit-content;
    padding: 1.75rem;
    color: #ffffff;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    max-width:70%;
}
.heroscript {
    font-family: 'MADE TheArtist Script', sans-serif;
    line-height: 1.5;
    text-transform:unset;
}
@media (max-width: 801px){
    .imagehero h1 {
        font-size: 1.5rem;
        padding: 1.75rem;
    }
}
@media (max-width: 625px){
    .imagehero h1 {
        font-size: 1.0rem;
        padding: 1.0rem;
    }
}