.image-height-50 {
	width:100%;
	height:50px;
	object-fit:cover;
	max-height:50px;
}

.image-height-100 {
	width:100%;
	height:100px;
	object-fit:cover;
	max-height:100px;
}

.image-height-200 {
	width:100%;
	height:200px;
	object-fit:cover;
	max-height:200px;
}

a {
	text-decoration:underline !important;
}
