.custom-image-caption-block{
	position: relative;
	/*margin:80px 0;*/
}

.custom-image-caption-block .custom-image-caption-img{
	display: block;
	position: relative;
	/*max-width:100%;*/
	width:100%;
}

.custom-image-caption-block .custom-image-caption-text{
	position: absolute;
	bottom:30px;
	right:30px;
	max-width: 80%;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: right;
	font-size: 18px;
}

@media (max-width:500px){
	.custom-image-caption-block .custom-image-caption-img{
		margin-bottom: 15px;
	}
	.custom-image-caption-block .custom-image-caption-text{
		position: relative;
		color:#333333;
		bottom: auto;
		right: auto;
		max-width: 100%;
		width:100%;
		text-align: left;
	}
}