.row_img_y_comidas picture {display:block;width:100%!important;aspect-ratio:290/380;}
@media screen and (max-width: 768px) {
    .row_img_y_comidas>a {
        width: 100% !important;
        padding-right: 10px !important;
        
    }
    .row_img_y_comidas picture {
        aspect-ratio:unset!important;
    }
}