#content .cont-text .object {
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	margin-bottom: 20px;
	margin-right: 1%;
	width: 23%;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#content .cont-text .objectNote {
	display: none;
}
#content .cont-text .linkNext {
	font-size: 150%;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#content .cont-text .objectTitle {
	text-align: center;
}

@media (max-width: 767px) {
 #content .cont-text .object {
	width: 48%;
 }
}/*@media*/

@media (max-width: 639px) { 
 #content .cont-text .object {
	width: 100%;
 }
}/*@media*/
