.thankyou {
    padding: 0;
}

.thankyou-hero {
    position: relative;
}

.thankyou-image {
    width: 100%;
    height: auto;
    display: block;
}

.thankyou-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.65));
}

.thankyou-overlay h1 {
    margin-bottom: 1rem;
}

.thankyou-overlay p {
    margin-bottom: 2rem;
}


