﻿.container img {
    max-height: 350px;
    max-width: 300px;
}

.container img {
    object-fit: cover;
}

.w-48 {
    width: 12rem;
}

.h-48 {
    height: 12rem;
}

.object-contain {
    object-fit: contain;
}