.jcms_bigimage {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jcms_bigimage h1,
.jcms_bigimage h2,
.jcms_bigimage a {
    z-index: 10;
}

.jcms_bigimage h1 {
    margin: 0 0 50px 0;
    font-size: 5em;
}

.jcms_bigimage h2 {
    margin: 0 0 50px 0;
}

.jcms_bigimage_image {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.jcms_bigimage_cta {
}