.fancy-header {
    background-image: url('../../images/fancy-header.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #222222;
}

.mobile-false .fancy-header {
    background-attachment: scroll;
}

.fancy-header .wf-wrap {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fancy-header .fancy-title {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    text-transform: none;
}

.fancy-header .fancy-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-transform: none;
}

.fancy-header .breadcrumbs {
    color: #ffffff;
}

.fancy-header-overlay {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 778px) {
    .fancy-header .wf-wrap {
        min-height: 70px;
    }

    .fancy-header .fancy-title {
        font-size: 30px;
        line-height: 38px;
    }

    .fancy-header .fancy-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .fancy-header.breadcrumbs-mobile-off .breadcrumbs {
        display: none;
    }

    #fancy-header > .wf-wrap {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-bottom: 0px !important;
    }

    .fancy-header.title-left .breadcrumbs {
        text-align: center;
        float: none;
    }


    .fancy-header.title-right .breadcrumbs {
        margin: 10px 0 10px 0;
    }

    #fancy-header .hgroup,
    #fancy-header .breadcrumbs {
        text-align: center;
    }

    .fancy-header .hgroup {
        padding-bottom: 5px;
    }
}