/* Remove top padding */
.vv-padding-top-none { padding-block-start: 0; }

/* Remove bottom padding */
.vv-padding-bottom-none { padding-block-end: 0; }

/* Let section take full screen height */
.vv-full-height-section { min-block-size: 100dvb; }

.slidercontrols > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.person > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.person > a > * { position: static; }

.casehero .content {
    block-size: 100vh;
}