.wide-img {
    width: 100%;
    height: 39vw;
    padding: 1rem 0;
}

.wide-img img {
    object-fit: cover;
    width: 100%;
    height:100%;
}

@media screen and (max-width: 768px) {
    .wide-img {
        width: 100%;
        height: 38vw;
    }
}