.widget_related_content  .mmrc-widget-wrap {
	width: 96%;
	margin: 0 auto;
	clear: both;
	display: table;
}
.widget_related_content  .mmrc-widget-wrap > a {
	display: inline-block;
	width: 50%;
	vertical-align: top;
    padding-bottom: 7px;
}

.widget_related_content  .mmrc-widget-wrap p{
	width: 100%;
}
.widget_related_content  .mmrc-widget-wrap > a > div{
	width: 95%;
	margin: 0 auto;
	padding: 0 !important;
}

.widget_related_content p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin: 7px 1px !important;
}
.related-content-image-div {
    height: 100px;
    max-width: 80%;
    overflow: hidden;
    margin: 5px auto;
}
.related-content-image-div img{
	height: 100px!important;
    max-width: 100%;
}
.widget_related_content img {
	height: auto!important;
	width: 100% !important;
}
.related-content-container{
	max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 4px 1px lightgrey;
    height: 175px;
}
.related-content-wrapper{
	display: flex; 
	margin-bottom: 10px;
}
.related-content-block{
	padding: 0 10px; 
	width: 33%;
}
.related-content-title{
	color: black;
    font-family: "minion-pro", Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    margin: 0 5px;
    height: 45%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;	
}
.related-content-widget-title{
	border-bottom: 3px solid #dcbf4b;
    margin: 10px 0 10px;
    color: #212f2b;
    text-transform: uppercase;
    font: 1.231em/1.25em "minion-pro", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
}
.yellow-hr{
	border-bottom: 3px solid #dcbf4b;
    margin: 0 0 10px;
}

@media (max-width: 660px) {
	.related-content-wrapper{
		display: flex;
		margin-bottom: 10px;
		flex-direction: column;
	}
	.related-content-block{
		padding: 0 10px;
		width: 100%;
		margin: 5px 0;
	}
	.related-content-image-div{
		height: 300px;
    	margin: 5px 0;
	}
	.related-content-image-div img {
		width: 300px!important;
		height: 300px!important;
		max-width: 300px!important;
	}
	.related-content-container {
		height: auto;
	}
	.related-content-title {
		line-height: 27px;
		font-size: 24px;
	}
}