
[class^=left-PDF]{
	position: relative;
	overflow: hidden;
	font-size: 100%;
}
.left-PDF-text{
	position: absolute;
	color: #fff;
	top: 0;
    left: 10px;
    width: 89%;
}
.left-PDF-text h3{
	height: 100%;
}
.left-PDF-wrap{
	position: absolute;
	background: #000;
	opacity: 0.93;
	width: 100%;
	height: 45px;
	bottom: 0;
	
}
/*.left-PDF:hover {
	height: 125px;
}*/
