.title-with-image__image .field,
.title-with-image__image .media,
.title-with-image__image .field__item {
    height: 100%
}
.title-with-image__image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.title-with-image__image::after {
    position: absolute;
    inset: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    opacity: 0.4;
    --tw-content: "";
    content: var(--tw-content)
}