.ccm-page .ccm-block-gf-mobi-hero-image {
    position: relative;
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-image {
    background: #ddd center / cover no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-image::after {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ccm-page .ccm-block-gf-mobi-hero-image,
.ccm-page .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 50px);/* 100vh - 40px */
}
.ccm-page.ccm-page-id-1 .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-id-1 .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 75px);/* 100vh - 40px - 25px */
}

.ccm-page header.notification .ccm-block-gf-mobi-hero-image,
.ccm-page header.notification .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 80px);/* 100vh - 30px - 40px */
}
.ccm-page.ccm-page-id-1 header.notification .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-id-1 header.notification .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 105px);/* 100vh - 30px - 40px - 25px */
}

.ccm-page.ccm-page-edit  header .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-edit  header .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 90px);/* 100vh - 40px - 30px - 40px */
}
.ccm-page.ccm-page-id-1.ccm-page-edit  header .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-id-1.ccm-page-edit  header .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 115px);/* 100vh - 40px - 30px - 40px - 25px */
}

.ccm-page.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 120px);/* 100vh - 40px - 30px - 40px */
}
.ccm-page.ccm-page-id-1.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image,
.ccm-page.ccm-page-id-1.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image-image {
    min-height: calc(100vh - 145px);/* 100vh - 40px - 30px - 40px - 25px */
}

@media (min-width:767px) {
    .ccm-page .ccm-block-gf-mobi-hero-image-image,
    .ccm-page .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 70px);/* 100vh - 70px */
    }
    .ccm-page.ccm-page-id-1 .ccm-block-gf-mobi-hero-image-image,
    .ccm-page.ccm-page-id-1 .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 95px);/* 100vh - 70px - 25px */
    }

    .ccm-page header.notification .ccm-block-gf-mobi-hero-image,
    .ccm-page header.notification .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 100px);/* 100vh - 30px - 70px */
    }
    .ccm-page.ccm-page-id-1 header.notification .ccm-block-gf-mobi-hero-image,
    .ccm-page.ccm-page-id-1 header.notification .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 125px);/* 100vh - 30px - 70px - 25px */
    }

    .ccm-page.ccm-page-edit  header .ccm-block-gf-mobi-hero-image,
    .ccm-page.ccm-page-edit  header .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 110px);/* 100vh - 40px - 30px - 70px */
    }
    .ccm-page.ccm-page-id-1.ccm-page-edit  header .ccm-block-gf-mobi-hero-image,
    .ccm-page.ccm-page-id-1.ccm-page-edit  header .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 135px);/* 100vh - 40px - 30px - 70px - 25px */
    }

    .ccm-page.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image,
    .ccm-page.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 140px);/* 100vh - 40px - 30px - 60px */
    }
    .ccm-page.ccm-page-id-1.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image,
    .ccm-page.ccm-page-id-1.ccm-page-edit  header.notification .ccm-block-gf-mobi-hero-image-image {
        min-height: calc(100vh - 165px);/* 100vh - 40px - 30px - 60px - 25px */
    }
}
.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text p {
    color: #fff;
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text h2 {
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.1;
    padding-top: 0;
    margin-top: 0;
    color: #ffffff;
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text .intro {
    max-width: none;
}

@media (min-width: 767px) {
    .ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text .intro {
        max-width: 500px;
        text-align: left;
    }
}

.ccm-page .ccm-block-gf-mobi-hero-image .ccm-block-gf-mobi-hero-image-text .intro p {
    margin-bottom: 35px;
}