/* ******************************************** */
/** IMG BANNER
/* ******************************************** */

.c-img-banner__img{
    position: relative;
    aspect-ratio: 132/90;
}

/* ********************** de Mobile a TABLET ********************** */

@media (min-width: 768px) {

    .c-img-banner__img{
        aspect-ratio: 132/35;
    }

}