/* Keep the existing hero height, sticky behaviour, background and bottom spacing.
 * Only the inner text/button group stops sizing itself to the viewport.
 * The parent flex container already bottom-aligns this group.
 */
@media (max-width: 576.98px) {
    body.home .hero-one .hero-one-block-four-content {
        height: auto;
    }
}
