.john-wp-header-cta {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 50;
    overflow: hidden;
    box-sizing: border-box;
}

.john-wp-header-cta *,
.john-wp-content-cta * {
    box-sizing: border-box;
}

.john-wp-header-cta__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.john-wp-header-cta__link,
.john-wp-header-cta__media,
.john-wp-content-cta__link,
.john-wp-content-cta__media {
    display: block;
    width: 100%;
    line-height: 0;
    text-decoration: none;
}

.john-wp-header-cta__link:focus-visible,
.john-wp-content-cta__link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: -4px;
}

.john-wp-header-cta__image,
.john-wp-content-cta__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
}

.john-wp-content-cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.john-wp-content-cta__inner {
    display: block;
    width: 100%;
}
