@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;
    }
}
.tablist-wrapper .tabnav-items .tabnav-item .tabnav-link:has(.violator) {
    min-width: 65px;
}

.tabnav-item .tabnav-link .typography-gallery-tabnav {
    line-height: 1.2105263158;
}