.site-alert[aria-hidden='true'] {
    display: none;
}


.alert-banner {
    padding-top: 3rem;
    padding-bottom:3rem;
    background-size: cover;
    background-color:var(--light)
}

.alert-banner.inverted {
    background-color:var(--dark);
    color:var(--white) !important
}

.alert-content {
    flex-grow:1;
}

.alert-image > img {
    width:auto;
    max-height: 180px;
}
