/* 
This is the section css for
Arts - Stories 
*/
#home-content h2{
	font-size: 1.7em;
	color: #441F49;
}
#home-content h2 span{
	font-size: .6em;
}
#home-content .grid9{
	padding-right: 10px;
}
#home-content .grid10{
	padding: 0px 30px;
}
#home-content .grid10 h2{
	margin-top: 0;
}
#home-content .contentHolder .row-responsive .grid12 img:first-of-type{
	float: left;
	max-width: 25%;
	margin-right: 30px;
	margin-bottom: 10px;
}
#home-content .grid6 img, #home-content .grid3 img{
	width: 80%;
}
#home-content .fullImg{
	width: 100% !important;
	max-width: 100% !important;
}
#home-content #imageContain img{
	width: 80%;
	max-width: 80%;
}

@media only screen and (max-width:768px){
	#home-content .contentHolder img:first-of-type{
		display: none;
	}
}