#div38 {
	display: block;
}
#div34 {
	display: block;
}
#content #menuLink .object {
	background-color: #e1e1e1;
	width: 30.6%;
	position: relative;
	padding: 50px 0px;
	text-align: center;
}
#content #menuLink .object .objectImage {
	margin: 0 0 0 auto;
	display: block;
	float: none;
}
#content #menuLink .object .link {
	color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1;
	margin: auto;
	margin-top: 20px;
	display: inline-block;
	width: 70%;
}
#content #menuLink .object .link:hover {
	text-decoration: underline;
}
@media (max-width:767px) {
	#content #menuLink .object {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 0 10px 1.5em;
		text-align: inherit;
	}
	#content #menuLink .object .link {
		margin: auto 0;
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	#content #menuLink .object .objectImage {
		max-height: 150px;
	}
}