.benefits_listing .listing_item .listing_image {
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
}


.benefits_listing .listing_item .listing_image .item_title {
    position: absolute;
    top: 2rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
    color: #ffffff;
    border: 0.25rem solid currentColor;
    border-top: none;
}
.benefits_listing .listing_item .listing_image .item_title >* {
    max-width: calc(100% - 5.5rem);
    margin: -1rem auto 0 auto;
    font-size: 1.5rem;
}

.benefits_listing .listing_item .listing_image .item_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 2rem;
    height: .25rem;
    background-color: currentColor
}

.benefits_listing .listing_item .listing_image .item_title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    left: auto;
    width: 2rem;
    height: .25rem;
    background-color: currentColor
}


.benefits_listing .listing_item .listing_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 0;
}

.benefits_listing .listing_item:nth-child(2) .listing_image img {
    object-position: 80% 0;
}


@media screen and (min-width:64em) {
    .benefits_listing .listing_item .listing_image {
        padding: 0 0 133.333%;
    }

    .benefits_listing .listing_item .listing_image img {
        background-position: 100% 0;
    }

}

