
.imgLeft{
	float:left;
	width:45%;
	margin: 0 15px 15px 0;
}

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

.standfirstContainer{
	margin-bottom:25px;
}
.caption{
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-weight: bold;
    font-size: 10px!important;
    color: #fff;
    margin: 0;
    padding: 5px 7px;
}
#pageContent .standfirstContainer.sfNoText.sfImageTop .standfirstImg {
	position:relative;
}


