.slider-fit{
	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: 500px;
    
}

.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;
    
}