.wp-block-chm-gutenberg-hero-image {
    position: relative;
    margin: 0 -2rem !important;
    margin-bottom: 4rem !important;
    width: calc(100% + 4rem) !important;
    height: calc(50vw - 3rem);
    max-width: none !important;

    padding: 2rem;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    border: none !important;
    border-radius: 0;

    overflow: hidden;
}

@media (min-width: 860px) {
    .wp-block-chm-gutenberg-hero-image {
        height: 26.3rem;
    }
}

.wp-block-chm-gutenberg-hero-image,
.wp-block-chm-gutenberg-hero-image * {
    box-sizing: border-box !important;
}


.wp-block-chm-gutenberg-hero-image-title {
    line-height: 1.2;
    color: #000;
    text-shadow: 0 0 0.2em rgba(255,255,255,0.5);
    font-size: 3rem;
    text-transform: uppercase;
	font-family: 'Losta Masta';
	font-weight: 500;
	font-style: normal;
	/* letter-spacing: 0.1em; */
    margin-bottom: 1.5rem;
}


@media(max-width: 600px) {
    .wp-block-chm-gutenberg-hero-image-title {
        font-size: 1.5rem;
    }
}

@media(max-width: 350px) {
    .wp-block-chm-gutenberg-hero-image-title {
        font-size: 1.2rem;
    }
}


.wp-block-chm-gutenberg-hero-image[data-overlay="dark"] .wp-block-chm-gutenberg-hero-image-title {
    color: #fff;
    text-shadow: 0 0 0.2em rgba(0,0,0,0.3);
}

.wp-block-chm-gutenberg-hero-image-text {
    line-height: 1.2;
    color: #000;
    text-shadow: 0 0 0.2em rgba(255,255,255,0.5);
    font-size: 1rem;
	font-weight: normal;
	font-style: normal;
    margin-bottom: 1.5rem;
}

.wp-block-chm-gutenberg-hero-image[data-overlay="dark"] .wp-block-chm-gutenberg-hero-image-text {
    color: #fff;
    text-shadow: 0 0 0.2em rgba(0,0,0,0.3);
}

.wp-block-chm-gutenberg-hero-image-cta {
    background-color: var(--chm-primary-color) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 0.8em 1.7em;
    padding-bottom: 0.5em;
    font-size: 1rem;
    line-height: 1;
	font-weight: 300;
	font-style: normal;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 15px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
}
