/* ●画像サイズ縮小 */
div[aria-labelledby*="id"]:not([data-testid*="card"]) {
max-height:0px ;
width:0px;max-width:0%;

}
これでどう?