.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.aspect-square {
    aspect-ratio: 1/1;
}

.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}

.aspect-\[40\.581\/54\.108\] {
    aspect-ratio: 40.581/54.108;
}