@media only screen and (max-width: 1500px) {
	.carousel-caption {
		position: static;
		display: block !important;	
	}

	.carousel-caption p {
		font-size: 0.80rem;
	}
}


