/* Bootstrap aspect-ratio helper for 3:2 landscape images */
.ratio-3x2 {
    --bs-aspect-ratio: 66.6666667%;
}