.related-section-tile1 {
    padding: 20px;
    color: #ffffff;
    min-height: 270px;
    background-color: #ffffff;
    position:relative;
	border:2px solid #e42057;
	
}

.related-section-tile1.red-bg{
	background-color:#d30022;
}
.related-section-tile1.pink-bg{
	background-color:#D52A45;
}
.related-section-tile1.green-bg{
    background: #00ab42; 
}
.related-section-tile1.blue-bg{
    background: #33699D;
}
.related-section-tile1.yellow-bg{
    background: #CAA112;
}
.related-section-tile1.lightyellow-bg{
    background: #FCCD3F;
}
.related-section-tile1.orange-bg{
    background: #df7a0c;
}
.related-section-tile1.darkerblue-bg{
    background: #090d7a;
}
.related-section-tile1.cherry-bg{
    background: #a04164;
}
.related-section-tile1 img{
	position:absolute;
	right:2px;
	bottom:20px;
	max-height:80%;
}
.one-quarter .related-section-tile1{
    min-height: 230px;
}
.one-quarter .related-section-tile1 img{
    max-width:70%;
    max-height:70%;
}
.home-related-article-tiles .related-section-tile1{
	min-height: 560px;
	padding: 40px;
}
.home-related-article-tiles .related-section-tile1 img{
	width:auto;
	max-height: 43%;
}