@media only screen and (min-width: 1024px) {	
	.cbp-l-caption-alignLeft{
		padding: 10px;
		
		font-family: Verdana, Geneva, sans-serif;
		font-size: 17px;
		line-height: 1.3;
		color: #000000;

		text-align: center;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.cbp-l-caption-alignLeft{
		padding: 10px;
		
		font-family: Verdana, Geneva, sans-serif;
		font-size: 17px;
		line-height: 1.3;
		color: #000000;

		text-align: center;
		
		background-color: #ffffff;
	}
}
@media only screen and (min-width: 320px) and (max-width: 414px) {
	.cbp-l-caption-alignLeft{
		font-size: 15px;
	}
}