.wide-image .content-wrap {
    padding: 0;
}
.wide-image img {
    height: 716px;
    object-fit: cover;
    object-position: center;
}
.work-feature-image img {
    height: 100% !important;
}

@media (max-width: 767px) {
    .wide-image img, .work-feature-image {
        height: 350px !important;
    } 
    .section-feature-image {
        padding: 0 20px !important;
    }

}
