.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    max-width: 300px;
	min-width: 99%;
	padding: 5px;
    border-radius: 0px;
	margin-bottom: 15px;
	word-wrap:break-word; 
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,1);
}
div.img-resize img {
	width: 100%;
	height: auto;
	border-radius: 0px 0px 0 0;
	overflow: hidden;	
}
div.img-resize {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

