.img-thumbnail{
	object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    width: 100%; /* Do not scale the image */
    height: 180px;
    
}