.ratio-2x3 { --bs-aspect-ratio: 150%; } /* 2:3 => 3/2 * 100 = 150% */
.object-fit-cover { object-fit: cover; }
