.tileHoverEffectRight{
	overflow:hidden;
}
.tileHoverEffectLeft .view-back {
	width: 35%; /*area available for text */
	position: absolute;
	left: 0;	
	height: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	z-index: 0;
}
.tileHoverEffectLeft img {
	position: relative;
	z-index:1;
	width:auto;
	height:100%;
}