.left_layout.item-content{
	height:inherit;
}

.left_layout .helper-div{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: table;
	table-layout: fixed;
	min-height:inherit;

}

.left_layout .preview-image-holder{
	height: 100%;
	min-height: inherit;
}

.left_layout .image-source{
	height: 100%;
	min-height: inherit;
}

.left_layout .image-cover{
	height: 100%!important;
	min-height: inherit!important;
}



.left_layout .helper-div .item-details{
	display:table-cell;
	/*vertical-align:middle;*/
	width:50%;
	height:100%;
	/*position:relative;*/
}

.left_layout .item-preview{

}

.left_layout .helper-div.flipped{
	display: table-row;
}



.left_layout #text-wrapper{
	width:100%;
	height:50%;
	display: table;
}
.left_layout #image-wrapper{
	width:100%;
	height:50%;
	display: table;
}


.left_layout .helper-div  .item-preview{
	/*display:table-cell;*/
	/*vertical-align:middle;*/
	/*width:50%;*/
	/*height:inherit;*/
	
	display: inline-block;
	position: relative;
	width: 100%;
	height:100%;
}

.left_layout .helper-div.flipped .item-details{
	display:table-row;
	vertical-align:middle;
	width:100%;
	height:50%;
}

.left_layout .helper-div.flipped .item-preview{
	display:table-row;
	vertical-align:middle;
	width:100%;
	height:50%;
}


.left_layout .preview-content-holder{
	overflow:hidden;
	/*max-width:100%;*/
}

.left_layout .preview-title{
	/*word-wrap:break-word;*/
	/*max-width: 100%;*/
}

.left_layout  a.image-link{
	min-height: inherit;
	height:100%;
	width:100%;
}



