.features_preview .wide_content>p {
    margin: 0;
}

.features_preview .media {
    height: auto;
}

.features_preview .media img {
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .features_preview .media {
        overflow: visible;
        align-self: stretch;
        position: relative;
        justify-content: flex-start;
    }

    .features_preview .media img {
        object-fit: cover;
        object-position: left center;
        position: absolute;
        top: 0;
        max-width: unset;
    }
}