@media only screen and (min-width: 1068px) {
    div.captions-gallery {
        flex: auto;
        min-height: auto;
    }
}
@media only screen and (max-width:324px){
    .typography-hero-headline {
        font-size: 44px;
    }
}