@media only screen and (max-width: 959px) {

	.clergyhistory {
	height: auto;
	width: 100%;
	border-right: 0px solid red;
	}

.clergyhistory-image {
	height: auto;
	width: 100%;
	float: left;
	position: relative;
	}
	
.clergyhistory-information {
	height: 900px;
	width: 100%;
	border-right: 1px solid blue;
	padding-top: 18px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
	
.clergyhistory-name {
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.clergyhistory-date {
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: blue;
	}

.clergyhistory-teaser {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.memorialdesktop {
	display: none;
}

}

@media only screen and (min-width: 960px) {

	.clergyhistory {
	height: 180px;
	width: 680px;
	border-right: 0px solid red;
	}

.clergyhistory-image {
	height: 180px;
	width: 180px;
	float: left;
	position: relative;
	}
	
.clergyhistory-information {
	height: 180px;
	width: 489px;
	border-right: 1px solid blue;
	padding-top: 18px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
	position: relative;
	background-color: #e0e0e0;
	}
	
.clergyhistory-name {
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.clergyhistory-date {
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: blue;
	}

.clergyhistory-teaser {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

.memorialmobile {
		display: none;
	}

}