/* Random image — i2t3 component styles
 * Shows one image from the set at random (chosen by the own script). Without JS
 * the first image is shown. Optional same-size (uniform crop) and rounded.
 */

.i2t3-randomimage__item { margin: 0; }
.i2t3-randomimage__img { max-width: 100%; height: auto; display: block; }

.i2t3-randomimage--rounded .i2t3-randomimage__img { border-radius: .5rem; }
.i2t3-randomimage--samesize .i2t3-randomimage__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
