.hero__copy {
    border: 3px solid var(--black);
    filter: url(#squiggle);
}

.corner-gallery > * > * {
    border: 3px solid var(--black);
    filter: url(#squiggle);
    border-radius: 1rem;
}

.ticker {
    border-block: 1px solid var(--coral) !important;
    filter: url(#squiggle);
}

.corner-gallery__cell {
    max-height: 255px;
}

.corner-gallery__wide {
    height: 550px;
}