/*
 * Styling for the hero image and thank you notice on petition pages.
 */
.petitiongo-hero {
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 4px;
}
.petitiongo-hero img {
    width: 100%;
    height: auto;
    display: block;
}
.petitiongo-thankyou {
    background: #38a169;
    color: #ffffff;
    padding: 0.75rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-weight: 600;
}