
.imgLeft{
	float:left;
	width:45%;
	margin: 7px 20px 10px 0;
}

@media 	only screen and (max-width: 519px){
	.imgLeft{
		float:none;
		margin 0 0 1.5em 0;
		max-width:100%;
		width:auto;
	}
}

.tooltip .caption {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	position: absolute;
	right: 20px;
	bottom: 80px;
	margin-right: 20px;
	}
.tooltip .caption p {
	display: none;
	font-weight: bold;
	font-size: 12px!important;
	color: #fff;
	margin: 0;
	padding: 5px 7px;
}
.tooltip:hover .caption, .tooltip:hover .caption p{
	display:inline-block;
}


