.slideshow {
    max-height: 400px;
    object-fit: cover;
}
.card {
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out
}

.card:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
}