.img-detail-container {
    height: 300px;
    width: 300px;
}

.img-detail-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
