.cntnr-content-cases img{
    width: 100%;
}

.postloop__cases-branding .bde-loop .bde-loop-item:first-child {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

@media screen and (min-width: 1024px) {
    .postloop__cases-branding .bde-loop .bde-loop-item:first-child,
    .postloop__cases-branding .bde-loop .bde-loop-item:first-child img {
        max-height: 750px;
        height:750px;
        aspect-ratio: unset !important;
    }
}
/*
.oxy-container-link {
    max-height: 550px;
}
*/
.postloop__cases-branding .bde-loop .bde-loop-item:first-child img {
    /* aspect-ratio: 1; */

    object-fit: cover;
    width: 100%;
}