.image-wrap {
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--bs-light);
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
