.w-cta-image-wrapper {
    position: relative;
}

.w-cta-image-wrapper img {
    width: 100%;
}

.w-cta-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
}



/* Preview Styles */
.acf-block-preview .w-cta-image-wrapper .w-cta-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-block-preview .w-cta-wrapper .red-btn {
    background-color: #cf2e2e;
    border: 0;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    display: block;
    font-family: Roboto,sans-serif;
    line-height: 1.2;
    padding: 0.8em 1em;
    text-align: center;
    text-decoration: none;
}