/* CSS Document */
.fixed-height {
	height:250;
	object-fit: cover;
}

.floatr {
	float:right;
}

.floatl {
	float:left;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.font-16 {
	font-size: 16px;
}
