/**
 * Custom hero styling.
 * @inc/theme/hero.php
 *
 */

#custom-page-hero{
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: top;
    display: flex;
    align-items: center;
    min-height: 120px;
}

#custom-page-hero .hero{
    display: flex;
    align-items: center;
    min-height: inherit;
}

#custom-page-hero .hero h1{
    margin: 40px 0;
    word-break: break-all;
}